Browse Source

options: Dropping default base_fee for mainnet to 1 satoshi

Signed-off-by: Christian Decker <decker.christian@gmail.com>
ppa-0.6.1
Christian Decker 7 years ago
committed by Rusty Russell
parent
commit
97447dd4c4
  1. 2
      lightningd/options.c

2
lightningd/options.c

@ -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,

Loading…
Cancel
Save