diff options
Diffstat (limited to 'components/nucula_lib/nucula_wallet.h')
| -rw-r--r-- | components/nucula_lib/nucula_wallet.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); | |||
| 22 | 22 | ||
| 23 | esp_err_t nucula_wallet_swap_all(void); | 23 | esp_err_t nucula_wallet_swap_all(void); |
| 24 | 24 | ||
| 25 | esp_err_t nucula_wallet_melt(const char *bolt11_invoice, uint64_t max_fee_sats); | ||
| 26 | |||
| 25 | void nucula_wallet_print_status(void); | 27 | void nucula_wallet_print_status(void); |
| 26 | 28 | ||
| 27 | #ifdef __cplusplus | 29 | #ifdef __cplusplus |