Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 64bdfed

Browse files
committed
Remove disabling sendAll when parsing address
1 parent 04fcf70 commit 64bdfed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/action/payment.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ class PaymentAction {
159159
if (await this.decodeInvoice({ invoice: this._store.payment.address })) {
160160
this._nav.goPayLightningConfirm();
161161
} else if (isAddress(this._store.payment.address)) {
162-
this._store.payment.sendAll = false;
163162
this._nav.goPayBitcoin();
164163
} else {
165164
this._notification.display({ msg: 'Invalid invoice or address' });

0 commit comments

Comments
 (0)