We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2da28a6 commit 04b2a46Copy full SHA for 04b2a46
1 file changed
src/Networks/City/City/Networks/CityMain.cs
@@ -54,10 +54,10 @@ public CityMain()
54
DefaultMaxOutboundConnections = 16;
55
DefaultMaxInboundConnections = 109;
56
MaxTipAge = 2 * 60 * 60;
57
- MinTxFee = 4333;
+ MinTxFee = 10000;
58
MaxTxFee = Money.Coins(1).Satoshi;
59
- FallbackFee = 4333;
60
- MinRelayTxFee = 4333;
+ FallbackFee = 10000;
+ MinRelayTxFee = 10000;
61
MaxTimeOffsetSeconds = 25 * 60;
62
DefaultBanTimeSeconds = 16000; // 500 (MaxReorg) * 64 (TargetSpacing) / 2 = 4 hours, 26 minutes and 40 seconds
63
0 commit comments