Skip to content

Commit

Permalink
print broadcast tx commit result, and msgs
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 0384926 commit 6ee4385
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 @@ -277,7 +277,7 @@ func DoBroadcast (resp chan *MsgBroadcasterResponse, keyringDir string, cdc *cod

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

fmt.Println("After broadcasting")
fmt.Println("After broadcasting", broadcastResult, msgs)


if err != nil {
Expand Down

0 comments on commit 6ee4385

Please sign in to comment.