fix misprint

This commit is contained in:
user 2025-08-25 14:01:34 +03:00
parent 3747329b1e
commit 608881b5d8
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ if int(os.getenv('INIT_DEPLOY_PLATFORM_CONTRACT', 0)) == 0:
kwargs['address'] = Address(MY_PLATFORM_CONTRACT)
def platform_with_salt(s: int = 0):
s = Platform(
return Platform(
admin_address=Address('UQD3XALhbETNo7ItrdPNFzMJtRHC5u6dIb39DCYa40jnWZdg'),
blank_code=Cell.one_from_boc(Blank.code),
cop_code=Cell.one_from_boc(COP_NFT.code),