Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Merge branch '0.3.0' into 249-create_transaction_register_second_pass…
Browse files Browse the repository at this point in the history
…hrase
  • Loading branch information
Tobias Schwarz committed Oct 25, 2017
2 parents d8a8432 + dd36321 commit a4a9c41
Show file tree
Hide file tree
Showing 5 changed files with 278 additions and 617 deletions.
2 changes: 1 addition & 1 deletion src/commands/encryptPassphrase.js
Expand Up @@ -43,7 +43,7 @@ const handleInput = outputPublicKey => ([passphrase, password]) => {
: cipherAndIv;
};

const actionCreator = vorpal => async ({ options }) => {
export const actionCreator = vorpal => async ({ options }) => {
const {
passphrase: passphraseSource,
password: passwordSource,
Expand Down

0 comments on commit a4a9c41

Please sign in to comment.