Skip to content
This repository was archived by the owner on Nov 5, 2023. It is now read-only.

Commit dd470ef

Browse files
authored
Merge pull request #68 from helium/madninja/disable_extras
Disable extra processing logic
2 parents fde0279 + 0b5907c commit dd470ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/sys.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
162, 59, 180, 164, 195, 18, 72, 169, 72, 153, 183, 114, 159, 34>>},
3939

4040
{listen_addresses, ["/ip4/0.0.0.0/tcp/44158"]},
41-
{store_implicit_burns, true},
42-
{store_htlc_receipts, true},
41+
{store_implicit_burns, false},
42+
{store_htlc_receipts, false},
4343
{key, undefined},
4444
{base_dir, "data"},
4545
{autoload, false},

0 commit comments

Comments
 (0)