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

fix: add validate seed and restore wallet #533

Merged
merged 6 commits into from Jun 28, 2023
Merged

fix: add validate seed and restore wallet #533

merged 6 commits into from Jun 28, 2023

Conversation

Ja7ad
Copy link
Contributor

@Ja7ad Ja7ad commented Jun 24, 2023

Description

This Pull Request allows users to restore the default_wallet using a previously saved mnemonic, also known as a seed phrase.

Related issue(s)

Fixed #523

@Ja7ad Ja7ad requested a review from b00f June 24, 2023 11:06
@b00f b00f changed the title feat: add validate seed and restore wallet fix: add validate seed and restore wallet Jun 24, 2023
@codecov
Copy link

codecov bot commented Jun 25, 2023

Codecov Report

Merging #533 (40f997b) into main (1b4e546) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #533   +/-   ##
=======================================
  Coverage   83.39%   83.40%           
=======================================
  Files         154      154           
  Lines        7389     7392    +3     
=======================================
+ Hits         6162     6165    +3     
  Misses        947      947           
  Partials      280      280           

cmd/daemon/init.go Outdated Show resolved Hide resolved
@b00f b00f merged commit b0d547e into pactus-project:main Jun 28, 2023
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Initializng the node from seed phrase
2 participants