rpc: minor.

This commit is contained in:
Christopher Jeffrey 2017-06-16 23:46:53 -07:00
parent f04ad612b2
commit 7c1786d584
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -753,7 +753,7 @@ RPC.prototype.importWallet = co(function* importWallet(args, help) {
time = +parts[1];
label = parts[2];
addr = parts[3];
addr = parts[parts.length - 1];
keys.push(secret);
}