rpc: minor.
This commit is contained in:
parent
f04ad612b2
commit
7c1786d584
@ -753,7 +753,7 @@ RPC.prototype.importWallet = co(function* importWallet(args, help) {
|
|||||||
|
|
||||||
time = +parts[1];
|
time = +parts[1];
|
||||||
label = parts[2];
|
label = parts[2];
|
||||||
addr = parts[3];
|
addr = parts[parts.length - 1];
|
||||||
|
|
||||||
keys.push(secret);
|
keys.push(secret);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user