Update CHANGELOG for CosmWasmClient.broadcastTx

This commit is contained in:
willclarktech
2021-04-13 19:00:54 +02:00
parent c6b292392e
commit aed8b1ce70
+3
View File
@@ -116,6 +116,9 @@ and this project adheres to
- @cosmjs/stargate: `StargateClient.broadcastTx` now uses sync mode and then
polls for the transaction before resolving. The timeout and poll interval can
be configured.
- @cosmjs/cosmwasm-stargate: `CosmWasmClient.broadcastTx` now uses sync mode and
then polls for the transaction before resolving. The timeout and poll interval
can be configured.
### Deprecated