Skip to content

Commit

Permalink
Remove obsolete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio committed Aug 31, 2018
1 parent 122ed3a commit 1ed7656
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions x/auth/ante.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,11 @@ func processSig(
fmt.Sprintf("Invalid sequence. Got %d, expected %d", sig.Sequence, seq)).Result()
}
}
// Increment sequence number
err := acc.SetSequence(seq + 1)
if err != nil {
// Handle w/ #870
panic(err)
}
// If pubkey is not known for account,
// set it from the StdSignature.
pubKey, res := processPubKey(acc, sig, simulate)
if !res.IsOK() {
return nil, res
Expand Down

0 comments on commit 1ed7656

Please sign in to comment.