We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17912d6 commit 7d345b8Copy full SHA for 7d345b8
README.md
@@ -29,7 +29,7 @@ Credentials fromHex = EthPrivateKey.fromHex("c87509a[...]dc0d3");
29
30
// Or generate a new key randomly
31
var rng = Random.secure();
32
-Credentials random = EthPrivateKey.createRandom(random)(rng);
+Credentials random = EthPrivateKey.createRandom(rng);
33
34
// In either way, the library can derive the public key and the address
35
// from a private key:
0 commit comments