Skip to content

Commit 7d345b8

Browse files
authored
update README.md (simolus3#229)
1 parent 17912d6 commit 7d345b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Credentials fromHex = EthPrivateKey.fromHex("c87509a[...]dc0d3");
2929
3030
// Or generate a new key randomly
3131
var rng = Random.secure();
32-
Credentials random = EthPrivateKey.createRandom(random)(rng);
32+
Credentials random = EthPrivateKey.createRandom(rng);
3333
3434
// In either way, the library can derive the public key and the address
3535
// from a private key:

0 commit comments

Comments
 (0)