Remove obsolete comments

This commit is contained in:
Alessio Treglia 2018-08-31 17:13:24 +02:00
parent 122ed3a900
commit 1ed76565f2
No known key found for this signature in database
GPG Key ID: E8A48AE5311D765A
1 changed files with 0 additions and 3 deletions

View File

@ -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