Check the response for multiple sends (#955)
This commit is contained in:
committed by
GitHub
parent
b1c45dc0f8
commit
ed1fe22db2
@@ -335,7 +335,8 @@ pub trait SigningCosmWasmClient: CosmWasmClient {
|
||||
.collect::<Result<_, _>>()?;
|
||||
|
||||
self.sign_and_broadcast_commit(sender_address, messages, fee, memo)
|
||||
.await
|
||||
.await?
|
||||
.check_response()
|
||||
}
|
||||
|
||||
async fn delegate_tokens(
|
||||
|
||||
Reference in New Issue
Block a user