Skip to content

Commit

Permalink
temp change from sync to async broadcast, to see deliverTx results
Browse files Browse the repository at this point in the history
  • Loading branch information
Aven Dauz authored and Aven Dauz committed Aug 7, 2021
1 parent 7f1a7fc commit 8804cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/curium/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ func DoBroadcast (resp chan *MsgBroadcasterResponse, keyringDir string, cdc *cod

fmt.Println("Before broadcasting")

broadcastResult, err := core.BroadcastTxSync(&rpcCtx, signedMsgs)
broadcastResult, err := core.BroadcastTxAsync(&rpcCtx, signedMsgs)

fmt.Println("After broadcasting")

Expand Down

0 comments on commit 8804cf8

Please sign in to comment.