Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Remove double quotes when saving wallet password to file #6035

Merged
merged 1 commit into from
Oct 17, 2018

Conversation

conr2d
Copy link
Contributor

@conr2d conr2d commented Oct 17, 2018

Change Description

When creating a wallet with writing password to file, password string is wrapped by double quotes. If double quotes are removed, following commands are available.

$ cleos wallet create --file FILENAME
$ cleos wallet unlock --password $(cat FILENAME)

This is not an essential feature, so if not necessary, feel free to reject PR.

@heifner heifner changed the base branch from develop to release/1.4.x October 17, 2018 15:18
@heifner heifner merged commit a78a8b2 into EOSIO:release/1.4.x Oct 17, 2018
@conr2d conr2d deleted the wallet_password branch October 17, 2018 15:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants