mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-01 17:47:30 +01:00
make the experimental features branch work ok
This commit is contained in:
parent
d35149e5ca
commit
b881f7337e
2 changed files with 4 additions and 2 deletions
|
@ -126,7 +126,8 @@ struct chain_coin_mvt *new_coin_onchain_htlc_sat(const tal_t *ctx UNNEEDED,
|
|||
const char *account_name UNNEEDED,
|
||||
const struct bitcoin_txid *txid UNNEEDED,
|
||||
const struct bitcoin_txid *out_txid UNNEEDED,
|
||||
u32 vout UNNEEDED, struct sha256 payment_hash UNNEEDED,
|
||||
u32 vout UNNEEDED,
|
||||
struct sha256 payment_hash UNNEEDED,
|
||||
u32 blockheight UNNEEDED,
|
||||
struct amount_sat amount UNNEEDED,
|
||||
bool is_credit UNNEEDED)
|
||||
|
|
|
@ -138,7 +138,8 @@ struct chain_coin_mvt *new_coin_onchain_htlc_sat(const tal_t *ctx UNNEEDED,
|
|||
const char *account_name UNNEEDED,
|
||||
const struct bitcoin_txid *txid UNNEEDED,
|
||||
const struct bitcoin_txid *out_txid UNNEEDED,
|
||||
u32 vout UNNEEDED, struct sha256 payment_hash UNNEEDED,
|
||||
u32 vout UNNEEDED,
|
||||
struct sha256 payment_hash UNNEEDED,
|
||||
u32 blockheight UNNEEDED,
|
||||
struct amount_sat amount UNNEEDED,
|
||||
bool is_credit UNNEEDED)
|
||||
|
|
Loading…
Add table
Reference in a new issue