You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In most of the code i have seen many people are creating keystone using password EthereumKeystoreV3(password: "PASSWORD"). Is it necessary ? if it is why ?
The text was updated successfully, but these errors were encountered:
No, it is not necessary, if you go to the definition they have used bankexx as a password you can send an empty string to remove the password.
eg.. let keystore = try EthereumKeystoreV3(privateKey: dataKey)
In most of the code i have seen many people are creating keystone using password EthereumKeystoreV3(password: "PASSWORD"). Is it necessary ? if it is why ?
The text was updated successfully, but these errors were encountered: