Skip to content
New issue

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

impossible to import a seed from full node #57

Open
ghost opened this issue Aug 20, 2016 · 1 comment
Open

impossible to import a seed from full node #57

ghost opened this issue Aug 20, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Aug 20, 2016

If you call swagger#!/addresses/seed in the full node, it returns the already nonce added and hashed value of the walletSeed (and the same seed is stored in the wallet.dat). In the lite client it is impossible to import this seed, if you want to view an address in the lite client that you have created in the full node.

A possible solution might be to check if the seed string is a base58 encoded 32 byte hash, and in this case don't hash it again in buildAccountSeedHash in waves.util.js. There might be other places in the source code which has to be checked for this enhancement and if there are any side effects, but I think this is a minor change.

@weidisu
Copy link

weidisu commented Feb 5, 2021

Yes you can import Waves seed wallet to WavesLiteWallet here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants