const wallet = await Bip44Wallet.fromSeed(NANO_TEST_VECTORS.PASSWORD, NANO_TEST_VECTORS.BIP39_SEED)\r
await wallet.unlock(NANO_TEST_VECTORS.PASSWORD)\r
const account = await wallet.account()\r
- const privateKey = await account.exportPrivateKey(wallet.seed)\r
+ const privateKey = await account.exportPrivateKey(wallet.seed, 'hex')\r
const sendBlock = new SendBlock(\r
account.address,\r
'5618869000000000000000000000000',\r
const wallet = await Bip44Wallet.fromSeed(NANO_TEST_VECTORS.PASSWORD, NANO_TEST_VECTORS.BIP39_SEED)\r
await wallet.unlock(NANO_TEST_VECTORS.PASSWORD)\r
const account = await wallet.account()\r
- const privateKey = await account.exportPrivateKey(wallet.seed)\r
+ const privateKey = await account.exportPrivateKey(wallet.seed, 'hex')\r
const sendBlock = new SendBlock(\r
account.address,\r
'5618869000000000000000000000000',\r