mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-03 22:34:21 +01:00
lightningd: setchannel can set ignorefeelimits.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Changelog-Added: JSON-RPC: `setchannel` adds a new `ignorefeelimits` parameter to allow peer to set arbitrary commitment transaction fees on a per-channel basis.
This commit is contained in:
@@ -43,4 +43,6 @@ void channel_fallen_behind(struct channel *channel, const u8 *msg);
|
||||
/* Fresh channel_update for this channel. */
|
||||
void channel_replace_update(struct channel *channel, u8 *update TAKES);
|
||||
|
||||
/* Tell channel about new feerates (owner must be channeld!) */
|
||||
void channel_update_feerates(struct lightningd *ld, const struct channel *channel);
|
||||
#endif /* LIGHTNING_LIGHTNINGD_CHANNEL_CONTROL_H */
|
||||
|
||||
Reference in New Issue
Block a user