mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-11 01:54:25 +01:00
options: Dropping default base_fee for mainnet to 1 satoshi
Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
committed by
Rusty Russell
parent
8797159825
commit
97447dd4c4
@@ -406,7 +406,7 @@ static const struct config mainnet_config = {
|
||||
.commit_time = TIME_FROM_MSEC(10),
|
||||
|
||||
/* Discourage dust payments */
|
||||
.fee_base = 546000,
|
||||
.fee_base = 1000,
|
||||
/* Take 0.001% */
|
||||
.fee_per_satoshi = 10,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user