Skip to content

Commit

Permalink
minor comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
tarakby committed Oct 18, 2024
1 parent fec1699 commit a5be481
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/go/test/flow_idtable_staking_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -313,17 +313,14 @@ func TestIDTableRegistration(t *testing.T) {
_, joshStakingKey, joshStakingPOP, _, joshNetworkingKey := generateKeysForNodeRegistration(t)
mintTokensForAccount(t, b, env, joshAddress, "1000000000.0")

// Create a new user account
maxAddress, _, maxSigner := newAccountWithAddress(b, accountKeys)
_, maxStakingKey, maxStakingPOP, _, maxNetworkingKey := generateKeysForNodeRegistration(t)
mintTokensForAccount(t, b, env, maxAddress, "1000000000.0")

// Create a new user account
bastianAddress, _, bastianSigner := newAccountWithAddress(b, accountKeys)
_, bastianStakingKey, bastianStakingPOP, _, bastianNetworkingKey := generateKeysForNodeRegistration(t)
mintTokensForAccount(t, b, env, bastianAddress, "1000000000.0")

// Create a new user account for access node
accessAddress, _, accessSigner := newAccountWithAddress(b, accountKeys)
_, accessStakingKey, accessStakingPOP, _, accessNetworkingKey := generateKeysForNodeRegistration(t)
mintTokensForAccount(t, b, env, accessAddress, "1000000000.0")
Expand Down

0 comments on commit a5be481

Please sign in to comment.