Skip to content

Commit 6896bb0

Browse files
unneeded duplicate loadWallet
1 parent d9cc4ca commit 6896bb0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/bitcore-client/bin/wallet-import

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ const main = async () => {
4242
let wallet;
4343
try {
4444
const password = await promptly.password('Wallet Password:');
45-
wallet = await Wallet.loadWallet({ path });
4645
wallet = await Wallet.loadWallet({ name, path });
4746
wallet = await wallet.unlock(password);
4847
let keyInput = [];

0 commit comments

Comments
 (0)