edit text

This commit is contained in:
Jonathan Gimeno 2020-02-28 19:07:10 +01:00
parent f8442bb46f
commit f090da2100
1 changed files with 1 additions and 1 deletions

View File

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