mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-10-14 00:59:33 +00:00
[NOD-312] Change defaultMinRelayTxFee to 1 satoshi per byte (#390)
This commit is contained in:
parent
c60711ab15
commit
893b8a88c8
@ -50,7 +50,7 @@ const (
|
|||||||
defaultBlockMaxMass = 10000000
|
defaultBlockMaxMass = 10000000
|
||||||
blockMaxMassMin = 1000
|
blockMaxMassMin = 1000
|
||||||
blockMaxMassMax = 10000000
|
blockMaxMassMax = 10000000
|
||||||
defaultMinRelayTxFee = 1000 // 1 satoshi per byte
|
defaultMinRelayTxFee = 1e-5 // 1 satoshi per byte
|
||||||
defaultGenerate = false
|
defaultGenerate = false
|
||||||
defaultMaxOrphanTransactions = 100
|
defaultMaxOrphanTransactions = 100
|
||||||
//DefaultMaxOrphanTxSize is the default maximum size for an orphan transaction
|
//DefaultMaxOrphanTxSize is the default maximum size for an orphan transaction
|
||||||
|
Loading…
x
Reference in New Issue
Block a user