This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Description
Hello,
I'm working on a forked version of your wallet, it'll add external inputs to the transactions. I saw that WalletService.prototype.createTx does not check if all the inputs are owned by the wallet, but there is a TODO about this:
todo: check inputs are ours and have enough value
Do you intend to add this check? If yes, will you add a way to skip the check?
Thank you