Skip to content

Commit

Permalink
more prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Aven Dauz authored and Aven Dauz committed Aug 8, 2021
1 parent a9aebf9 commit e9073d6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions x/curium/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,6 @@ func DoBroadcast(resp chan *MsgBroadcasterResponse, keyringDir string, cdc *code
returnError(errors.New("Sequencing error, retrying broadcast"))
state.requested = false
fmt.Println("Seq num after resetting account state", state.seqNum)
if err != nil {
returnError(err)
return
}

DoBroadcast(resp, keyringDir, cdc, curiumKeeper, accKeeper, ctx, msgs, from, state)
return
Expand All @@ -299,7 +295,7 @@ func DoBroadcast(resp chan *MsgBroadcasterResponse, keyringDir string, cdc *code
returnError(err)
return
}
fmt.Println(result.TxResult.Log)
fmt.Println("Result from polling for transaction", result.TxResult.Log)
resp <- &MsgBroadcasterResponse{
Response: &result.TxResult,
Data: &result.TxResult.Data,
Expand Down

0 comments on commit e9073d6

Please sign in to comment.