From cb4bd7d7c10cadcb43f82c09b13ffed744e541f7 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 17 May 2026 04:37:15 +0530 Subject: Phase 5: Lightning auto-payout with LNURL-pay and NUT-05 melt - New lnurl_pay.c/h: LNURL-pay protocol (GET .well-known/lnurlp + callback) - New lightning_payout.c/h: threshold-based auto-payout with multi-recipient split - Extended nucula_wallet bridge with nucula_wallet_melt() (NUT-05) - Config: payout section with multi-mint, multi-recipient, fee_tolerance - Default: enabled, TollGate@coinos.io, min_payout=128, min_balance=64 - 18 new unit tests (all passing), 134 total --- components/nucula_lib/nucula_wallet.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'components/nucula_lib/nucula_wallet.h') diff --git a/components/nucula_lib/nucula_wallet.h b/components/nucula_lib/nucula_wallet.h index 64b7c24..784a126 100644 --- a/components/nucula_lib/nucula_wallet.h +++ b/components/nucula_lib/nucula_wallet.h @@ -22,6 +22,8 @@ char *nucula_wallet_proofs_json(void); esp_err_t nucula_wallet_swap_all(void); +esp_err_t nucula_wallet_melt(const char *bolt11_invoice, uint64_t max_fee_sats); + void nucula_wallet_print_status(void); #ifdef __cplusplus -- cgit v1.2.3