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

Commit 49dabdb

Browse files
committed
Documentation for checkAmountSuppliedAndGoPayLightningConfirm.
1 parent 5b45c79 commit 49dabdb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/action/payment.js

+4
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,10 @@ class PaymentAction {
181181
}
182182
}
183183

184+
/**
185+
* Check If payment amount was supplied and then re-estimate the routing fee
186+
* and go to the confirmation view for lightning payments.
187+
*/
184188
async checkAmountSuppliedAndGoPayLightningConfirm() {
185189
if (!this._store.payment.amount) {
186190
return this._notification.display({ msg: 'Enter an invoice or address' });

0 commit comments

Comments
 (0)