From aed8b1ce70a484b4a4d9d218eee269ff3ddc9e16 Mon Sep 17 00:00:00 2001 From: willclarktech Date: Tue, 13 Apr 2021 18:56:10 +0200 Subject: [PATCH] Update CHANGELOG for CosmWasmClient.broadcastTx --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 471f1629..de7e613a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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