mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
channeld: use an enum side not a bool for funder/
This predated our handling of enums. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -1201,7 +1201,7 @@ static bool peer_start_channeld(struct peer *peer,
|
||||
&peer->channel_info->theirbase.delayed_payment,
|
||||
&peer->channel_info->remote_per_commit,
|
||||
&peer->channel_info->old_remote_per_commit,
|
||||
peer->funder == LOCAL,
|
||||
peer->funder,
|
||||
cfg->fee_base,
|
||||
cfg->fee_per_satoshi,
|
||||
*peer->balance,
|
||||
|
||||
Reference in New Issue
Block a user