v1.2.3: bugfix not passing pair

This commit is contained in:
AJ ONeal 2019-03-05 07:42:44 -07:00
parent f1b4ccf792
commit 286606720d
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ if ('gen' === opts.action || (!opts.action && !opts.names.length)) {
} }
var pair = readKeypair(); var pair = readKeypair();
pair._convert = true; pair._convert = true;
kp = Promise.resolve(); kp = Promise.resolve(pair);
} }
if ('sign' === opts.action) { if ('sign' === opts.action) {