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
Here please rewrite Public key in comment to ETH address in next string:
Now: "address": "0xbf21e21414554dB734C9f86835D51B57136BC35b", // Public key
Must be: "address": "0xbf21e21414554dB734C9f86835D51B57136BC35b", // ETH-format address
Hello!
Here please rewrite Public key in comment to ETH address in next string:
Now:
"address": "0xbf21e21414554dB734C9f86835D51B57136BC35b", // Public key
Must be:
"address": "0xbf21e21414554dB734C9f86835D51B57136BC35b", // ETH-format address
Abount difference: https://ethereum.org/en/developers/docs/accounts/#account-creation
The text was updated successfully, but these errors were encountered: