Skip to content

Commit

Permalink
edit text
Browse files Browse the repository at this point in the history
  • Loading branch information
jgimeno committed Feb 28, 2020
1 parent f8442bb commit f090da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simapp/test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ func incrementAllSequenceNumbers(initSeqNums []uint64) {
}
}

// CreateTestPubKeys generates crypto.PubKeys in ascending order.
// CreateTestPubKeys returns a total of numPubKeys public keys in ascending order.
func CreateTestPubKeys(numPubKeys int) []crypto.PubKey {
var publicKeys []crypto.PubKey
var buffer bytes.Buffer
Expand Down

0 comments on commit f090da2

Please sign in to comment.