Skip to content

Commit 3a463ad

Browse files
set deliverTx: true
1 parent 3620717 commit 3a463ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/wallet-manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ export class WalletManager {
217217
const options: InterchainSigningOptions = {
218218
broadcast: {
219219
checkTx: true,
220-
deliverTx: false,
220+
deliverTx: true,
221221
},
222222
...signingOptions,
223223
signerOptions: {

0 commit comments

Comments
 (0)