fix: custom error handling for all wallets and cache update

This commit is contained in:
José Oliveira 2021-02-26 16:30:20 +00:00 committed by Josh Harvey
parent 145a21cc8d
commit 34704e071d
8 changed files with 61 additions and 41 deletions

View file

@ -19,7 +19,7 @@ function rpcConfig () {
port: config.rpcport || cryptoRec.defaultPort
}
} catch (err) {
throw err
throw new Error('wallet is currently not installed')
}
}