tonkeeper / w5

Wallet version 5
MIT License
164 stars 84 forks source link

I tried setting `createdAt` to `now() - 10 sec`, but it still triggered exit code 35. In the end, I had to subtract 20 seconds for it to work successfully: #53

Open alijawan opened 1 week ago

alijawan commented 1 week ago

I tried setting createdAt to now() - 10 sec, but it still triggered exit code 35. In the end, I had to subtract 20 seconds for it to work successfully:

createdAt: Math.floor(Date.now() / 1000) - 20

Originally posted by @grace0950 in https://github.com/ton-blockchain/highload-wallet-contract-v3/issues/4#issuecomment-2342591574

alijawan commented 1 week ago

1172