Skip to content

Commit

Permalink
print for msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Aven Dauz authored and Aven Dauz committed Aug 9, 2021
1 parent 3935698 commit 9640295
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 @@ -171,7 +171,7 @@ func (k Keeper) NewMsgBroadcaster(keyringDir string, cdc *codec.Codec) MsgBroadc
}

func DoBroadcast(resp chan *MsgBroadcasterResponse, keyringDir string, cdc *codec.Codec, curiumKeeper Keeper, accKeeper *keeper.AccountKeeper, ctx sdk.Context, msgs []sdk.Msg, from string, state AccountState) {

fmt.Println("MESSAGES THAT ARE BEING BROADCASTED", msgs[0], msgs[0].Type())
returnError := func(err error) {
resp <- &MsgBroadcasterResponse{
Error: err,
Expand Down

0 comments on commit 9640295

Please sign in to comment.