Check the response for multiple sends (#955)

This commit is contained in:
Bogdan-Ștefan Neacşu
2021-12-10 10:22:37 +02:00
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(