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

Accept seed in RPC wallet_create #1567

Merged
merged 4 commits into from
Jan 22, 2019

Conversation

guilhermelawless
Copy link
Contributor

Fixes #1341

Since wallet::change_seed() inserts and returns the first key, it is also included in the response. If seed is not provided, the first account is not generated.

One could argue this is inconsistent behavior, and that doing the same when the seed is not provided would not break anything for users/services, so we could add that too.

@guilhermelawless
Copy link
Contributor Author

Will clash with #775

@zhyatt
Copy link
Collaborator

zhyatt commented Jan 9, 2019

@SergiySW Before we merge #775 do we need to consider the changes in this PR?

@SergiySW
Copy link
Contributor

SergiySW commented Jan 9, 2019

It seems this PR will not affect #775, default change_seed () path was not changed

@SergiySW SergiySW merged commit 2e063ec into nanocurrency:master Jan 22, 2019
@guilhermelawless guilhermelawless deleted the wallet_create_seed branch January 23, 2019 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants