-
Notifications
You must be signed in to change notification settings - Fork 45
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
Feature/retain keys #359
Feature/retain keys #359
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've checked the feature, it worked fine. Good job! I have some requests regarding the changes in the PR:
-
Could you please change the target branch from
master
todevelop
? -
The PR description might look clearer if it was adjusted according to the template here: https://github.com/SkycoinProject/skywire-mainnet/blob/master/.github/pull_request_template.md
-
Please run
make format
.
} | ||
|
||
conf.PK = oldConf.PK | ||
conf.SK=oldConf.SK |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please add spaces around =
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job. Next time please use the template for the PR description and mention the ticket associated with the PR.
Feature/retain keys Former-commit-id: 442b35e
Added retain keys flag which is only set when -r is also set.