Created
May 20, 2020 07:11
-
-
Save slavaschmidt/17ef2a1709ea2597a65a15a440d4b963 to your computer and use it in GitHub Desktop.
failure log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > $ ./tonos-cli account -1:4f6094673d0e94d3d73c269ff7dbccc9839c8c81469f30b72fb46b7e2948d86e | |
| Input arguments: | |
| address: -1:4f6094673d0e94d3d73c269ff7dbccc9839c8c81469f30b72fb46b7e2948d86e | |
| Processing... | |
| Succeeded. | |
| Account not found. | |
| > $ ./tonos-cli account -1:d83cbc84afe80981103dbca2d31e6a30a8127c9947d9cc3f71116ff3cc49b402 | |
| Input arguments: | |
| address: -1:d83cbc84afe80981103dbca2d31e6a30a8127c9947d9cc3f71116ff3cc49b402 | |
| Processing... | |
| Succeeded. | |
| acc_type: Active | |
| balance: 39999452346529 | |
| last_paid: 1589702338 | |
| last_trans_lt: 0x190b7e29c2 | |
| data(boc): ... | |
| > $ ./tonos-cli call -1:d83cbc84afe80981103dbca2d31e6a30a8127c9947d9cc3f71116ff3cc49b402 submitTransaction '{"dest":"-1:4f6094673d0e94d3d73c269ff7dbccc9839c8c81469f30b72fb46b7e2948d86e","value": 0,"bounce":false,"allBalance":true,"payload":""}' --abi SafeMultisigWallet.abi.json --sign "..." | |
| Input arguments: | |
| address: -1:d83cbc84afe80981103dbca2d31e6a30a8127c9947d9cc3f71116ff3cc49b402 | |
| method: submitTransaction | |
| params: {"dest":"-1:4f6094673d0e94d3d73c269ff7dbccc9839c8c81469f30b72fb46b7e2948d86e","value": 0,"bounce":false,"allBalance":true,"payload":""} | |
| abi: SafeMultisigWallet.abi.json | |
| keys: --...--- | |
| lifetime: None | |
| Generating external inbound message... | |
| MessageId: 7448e2662d1c85c6152f18d524fcbe8d7dc6468e6cce02f0a00510189b6f510f | |
| Expire at: Wed, 20 May 2020 09:09:45 +0200 | |
| Processing... | |
| Error: Failed: Inner SDK error. | |
| source: client | |
| code: 1006 | |
| message: Message expired | |
| data.phase: null | |
| data.transaction_id: null | |
| Error: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment