fix: Add Breez SDK trampoline payments support (#2905)
* fix: add support for trampoline payments in Breez integration - Introduced `BREEZ_USE_TRAMPOLINE` configuration in `.env.example`. - Updated `BreezSdkFundingSource` to include `breez_use_trampoline` setting. - Modified payment request in `breez.py` to utilize the trampoline setting when sending payments. * Update .env.example Co-authored-by: Pavol Rusnak <pavol@rusnak.io> * Update lnbits/settings.py Co-authored-by: Pavol Rusnak <pavol@rusnak.io> * refactor: streamline payment request formatting in Breez integration --------- Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
This commit is contained in:
co-authored by
Pavol Rusnak
parent
cb5cc1e5e8
commit
8633891485
@@ -133,6 +133,8 @@ BREEZ_GREENLIGHT_SEED=SEED
|
||||
BREEZ_GREENLIGHT_INVITE_CODE=CODE
|
||||
BREEZ_GREENLIGHT_DEVICE_KEY="/path/to/breezsdk/device.pem" # or BASE64/HEXSTRING
|
||||
BREEZ_GREENLIGHT_DEVICE_CERT="/path/to/breezsdk/device.crt" # or BASE64/HEXSTRING
|
||||
# BREEZ_USE_TRAMPOLINE=true
|
||||
|
||||
|
||||
######################################
|
||||
####### Auth Configurations ##########
|
||||
|
||||
Reference in New Issue
Block a user