v1.2.3: bugfix not passing pair
This commit is contained in:
parent
f1b4ccf792
commit
286606720d
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue