Skip to content

Commit

Permalink
Update simapp/test_helpers.go
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez authored Feb 28, 2020
1 parent 2c32ff3 commit 256e5fc
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 @@ -269,7 +269,7 @@ func CreateTestPubKeys(numPubKeys int) []crypto.PubKey {
var publicKeys []crypto.PubKey
var buffer bytes.Buffer

//start at 10 to avoid changing 1 to 01, 2 to 02, etc
// start at 10 to avoid changing 1 to 01, 2 to 02, etc
for i := 100; i < (numPubKeys + 100); i++ {
numString := strconv.Itoa(i)
buffer.WriteString("0B485CFC0EECC619440448436F8FC9DF40566F2369E72400281454CB552AF") //base pubkey string
Expand Down

0 comments on commit 256e5fc

Please sign in to comment.