diff options
Diffstat (limited to 'tests/unit/stubs')
| -rw-r--r-- | tests/unit/stubs/nucula_wallet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/stubs/nucula_wallet.h b/tests/unit/stubs/nucula_wallet.h index 260ec35..399b3b5 100644 --- a/tests/unit/stubs/nucula_wallet.h +++ b/tests/unit/stubs/nucula_wallet.h | |||
| @@ -12,6 +12,7 @@ uint64_t nucula_wallet_balance(void); | |||
| 12 | int nucula_wallet_proof_count(void); | 12 | int nucula_wallet_proof_count(void); |
| 13 | char *nucula_wallet_proofs_json(void); | 13 | char *nucula_wallet_proofs_json(void); |
| 14 | esp_err_t nucula_wallet_swap_all(void); | 14 | esp_err_t nucula_wallet_swap_all(void); |
| 15 | esp_err_t nucula_wallet_melt(const char *bolt11_invoice, uint64_t max_fee_sats); | ||
| 15 | void nucula_wallet_print_status(void); | 16 | void nucula_wallet_print_status(void); |
| 16 | 17 | ||
| 17 | #endif | 18 | #endif |