refactor: 🔊 Debugging

main
Keith Irwin 2024-04-22 12:29:01 -06:00
parent 2c628cc2f1
commit bf05d69bc4
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ module.exports = class Wallet {
// Create wallet
if (settings.spendKey===undefined)
delete settings.spendKey
console.log(settings)
try {
await this.rpc('generate_from_keys', settings)
} catch (createErr) {

View File

@ -1,7 +1,7 @@
{
"name": "monero-wallet-rpc-js",
"type": "commonjs",
"version": "1.2.15",
"version": "1.2.16",
"description": "Javascript wrapper for monero-wallet-rpc calls",
"main": "main.js",
"scripts": {