don't wait for msg to land on chain

This commit is contained in:
LexLuthr
2022-08-01 23:41:24 +05:30
parent e9705c4e26
commit e0e0b0b62f
6 changed files with 20 additions and 30 deletions
+2 -5
View File
@@ -3670,9 +3670,7 @@ Response: `true`
### WithdrawBalance
WithdrawBalance allows to withdraw balance from miner actor to owner address
Specify amount as "0" to withdraw full balance. This method returns a message CID
even when StateWaitMessage() fails and receipt exit code is non-zero
User should check for message execution manually if this method returns a
"Timeout waiting for withdrawal message" error.
and does not wait for message execution
Perms: admin
@@ -3680,8 +3678,7 @@ Perms: admin
Inputs:
```json
[
"0",
42
"0"
]
```