From 893b8a88c8374a1a22947116fd18d16d3da9b5ff Mon Sep 17 00:00:00 2001 From: Ori Newman Date: Sun, 1 Sep 2019 15:21:24 +0300 Subject: [PATCH] [NOD-312] Change defaultMinRelayTxFee to 1 satoshi per byte (#390) --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 48be8e2c5..fd13ea40f 100644 --- a/config/config.go +++ b/config/config.go @@ -50,7 +50,7 @@ const ( defaultBlockMaxMass = 10000000 blockMaxMassMin = 1000 blockMaxMassMax = 10000000 - defaultMinRelayTxFee = 1000 // 1 satoshi per byte + defaultMinRelayTxFee = 1e-5 // 1 satoshi per byte defaultGenerate = false defaultMaxOrphanTransactions = 100 //DefaultMaxOrphanTxSize is the default maximum size for an orphan transaction