Skip to content

Commit

Permalink
deleting typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer committed Aug 16, 2024
1 parent d1a9f19 commit fe5470d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wakunode2/test_validators.nim
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ suite "WakuNode2 - Validators":
let secretKey = SkSecretKey
.fromHex("5526a8990317c9b7b58d07843d270f9cd1d9aaee129294c1c478abf7261dd9e6")
.expect("valid key")
let publicKey = secretKey.toPublicKey() g
let publicKey = secretKey.toPublicKey()
let shardsPrivateKeys = {spamProtectedShard: secretKey}.toTable
let shardsPublicKeys = {spamProtectedShard: publicKey}.toTable

Expand Down

0 comments on commit fe5470d

Please sign in to comment.