Open xxdondi opened 2 years ago
HTTP500? Internal server error?
Request payload.
Hi! Have you solved the problem?
Hi guys. I think I solve for me. Look to seqno. This is number of transactions IN WALLET WHO SEND TRANSACTION to another wallet. This mean: logic: wallet1 -> tx -> wallet2
wallet1 -> tx (seqn_wallet1:int, amount:int, wallet2:str) -> walelt2
i have the same issue around this line: await wallet.deploy(secretKey).send();
I'm participating in the TON-a-thon and I've basically been using https://github.com/toncenter/payment-channels-example this code as a starting point. Here is the output I get:
The line that throws this error is:
More code:
Could you please help me out here?