don't wait for msg to land on chain
This commit is contained in:
@@ -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"
|
||||
]
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user