})\r
\r
await test('sign Ledger-derived open block', async () => {\r
- const wallet = await Wallet.load('BIP-44', '', LEDGER_NANOS.MNEMONIC)\r
- await wallet.unlock('')\r
+ const wallet = await Wallet.load('BIP-44', NANO_TEST_VECTORS.PASSWORD, LEDGER_NANOS.MNEMONIC)\r
+ await wallet.unlock(NANO_TEST_VECTORS.PASSWORD)\r
const account = await wallet.account()\r
assert.equal(account.publicKey, LEDGER_NANOS.PUBLIC_0)\r
assert.equal(account.address, LEDGER_NANOS.ADDRESS_0)\r