Skip to content

Commit a59a822

Browse files
committed
boltcard detection
1 parent af7dafc commit a59a822

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assets_js_bitrequest_fetchblocks.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,8 @@ function process_lightning_payment(rd, api_data, rdo) {
281281
}, true);
282282
finalize_request_state(rdo);
283283
} else {
284+
const boltcard = (request.boltcard) ? true : false;
285+
rd.boltcard = boltcard;
284286
validate_payment_amounts(rd, rdo);
285287
}
286288
}

0 commit comments

Comments
 (0)