-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
When I try to create a wallet I get the following error:
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::system::system_error> >'
what(): context: library has no ciphers
Aborted (core dumped)
This is the code that triggers it:
(async() => {
const path = require('path');
const monero = require('monero-nodejs-libwallet');
const wallet = await monero.createWallet({
'path': './wallets',
'password': '123',
'network': 'mainnet',
'daemonAddress': 'localhost:18081',
})
console.log(wallet);
})();I tested this on:
Node.js: v10.10.0, v10.7.0 & v8.11.4 on Ubuntu 16.04 & Ubuntu 18.04
Metadata
Metadata
Assignees
Labels
No labels