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 c1d01d2 commit c9e0eddCopy full SHA for c9e0edd
Sources/web3swift/Web3/Web3+Signing.swift
@@ -23,7 +23,7 @@ public struct Web3Signer {
23
keystore: T,
24
account: EthereumAddress,
25
password: String,
26
- useHash: Bool,
+ useHash: Bool = true,
27
useExtraEntropy: Bool = false) throws -> Data? {
28
var privateKey = try keystore.UNSAFE_getPrivateKeyData(password: password, account: account)
29
defer { Data.zero(&privateKey) }
0 commit comments