We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FuelLabs/fuels-rs#1289
The above issue on the Rust SDK led me to discover that we provide eth_keystore::encrypt_key with a mnemonic to be used as pk here:
eth_keystore::encrypt_key
forc-wallet/src/utils.rs
Line 129 in 4d5fa8b
which leads to variable length keys being generated instead of the expected 32 bytes.
The text was updated successfully, but these errors were encountered:
forc-wallet new
Thanks Mujica
Sorry, something went wrong.
MujkicA
No branches or pull requests
FuelLabs/fuels-rs#1289
The above issue on the Rust SDK led me to discover that we provide
eth_keystore::encrypt_key
with a mnemonic to be usedas pk here:
forc-wallet/src/utils.rs
Line 129 in 4d5fa8b
which leads to variable length keys being generated instead of the expected 32 bytes.
The text was updated successfully, but these errors were encountered: