diff --git a/onchaind/test/run-grind_feerate-bug.c b/onchaind/test/run-grind_feerate-bug.c index 952b7e5dc..9fd652cf9 100644 --- a/onchaind/test/run-grind_feerate-bug.c +++ b/onchaind/test/run-grind_feerate-bug.c @@ -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) diff --git a/onchaind/test/run-grind_feerate.c b/onchaind/test/run-grind_feerate.c index 7f8c60d7b..e1ca00571 100644 --- a/onchaind/test/run-grind_feerate.c +++ b/onchaind/test/run-grind_feerate.c @@ -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)