mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
listpeers: include feerate info for RBF-candidate channels
Changelog-Added: JSON-RPC: `listpeers` now includes 'last_feerate', 'next_feerate', 'initial_feerate' and 'next_fee_step' for channels in state DUALOPEND_AWAITING_LOCKIN fixup! listpeers: include feerate info for RBF-candidate channels
This commit is contained in:
@@ -82,6 +82,9 @@ struct htlc_out *channel_has_htlc_out(struct channel *channel UNNEEDED)
|
||||
/* Generated stub for channel_internal_error */
|
||||
void channel_internal_error(struct channel *channel UNNEEDED, const char *fmt UNNEEDED, ...)
|
||||
{ fprintf(stderr, "channel_internal_error called!\n"); abort(); }
|
||||
/* Generated stub for channel_last_funding_feerate */
|
||||
u32 channel_last_funding_feerate(const struct channel *channel UNNEEDED)
|
||||
{ fprintf(stderr, "channel_last_funding_feerate called!\n"); abort(); }
|
||||
/* Generated stub for channel_set_billboard */
|
||||
void channel_set_billboard(struct channel *channel UNNEEDED, bool perm UNNEEDED,
|
||||
const char *str TAKES UNNEEDED)
|
||||
|
||||
Reference in New Issue
Block a user