mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-21 16:14:23 +01:00
funder: default to only funding leases
Make the default to only lease out funds. Changelog-Changed: funder plugin defaults to leases-only
This commit is contained in:
@@ -95,9 +95,7 @@ default_funder_policy(const tal_t *ctx,
|
||||
0, /* fuzz_factor */
|
||||
AMOUNT_SAT(0), /* reserve_tank */
|
||||
100,
|
||||
/* Defaults to true iif we're advertising
|
||||
* offers */
|
||||
false,
|
||||
true, /* Leases-only by default */
|
||||
NULL);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user