From b4bd9560dbd2f2c141c4597b77dad86393fa9ad0 Mon Sep 17 00:00:00 2001 From: user Date: Sat, 2 Mar 2024 01:03:34 +0300 Subject: [PATCH] dev@locazia: fix timeout message --- app/core/_blockchain/ton/wallet_v3cr3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/_blockchain/ton/wallet_v3cr3.py b/app/core/_blockchain/ton/wallet_v3cr3.py index 4cc08e2..c0f3d99 100644 --- a/app/core/_blockchain/ton/wallet_v3cr3.py +++ b/app/core/_blockchain/ton/wallet_v3cr3.py @@ -83,7 +83,7 @@ class WalletV3CR3(WalletContract): code = create_state_init["code"] data = create_state_init["data"] - signing_message = begin_cell().store_cell(self.create_signing_message(seqno=seqno, timeout=timeout)) + signing_message = begin_cell().store_cell(self.create_signing_message(seqno=0)) _commands = begin_cell().store_uint(0, 32) signing_message = signing_message.store_ref(_commands.end_cell()) signature = sign_message(