diff --git a/lib/wallet/wallet.js b/lib/wallet/wallet.js index aa2ef288..1d0cea24 100644 --- a/lib/wallet/wallet.js +++ b/lib/wallet/wallet.js @@ -1101,9 +1101,6 @@ class Wallet extends EventEmitter { if (!options) options = {}; - if (this.watchOnly) - throw new Error('Cannot fund from watch-only wallet.'); - const acct = options.account || 0; const change = await this.changeAddress(acct);