Skip to content

Commit 04b2a46

Browse files
committed
Fix the fee values for City Chain network configuration from 4333 to 10000
1 parent 2da28a6 commit 04b2a46

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Networks/City/City/Networks/CityMain.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ public CityMain()
5454
DefaultMaxOutboundConnections = 16;
5555
DefaultMaxInboundConnections = 109;
5656
MaxTipAge = 2 * 60 * 60;
57-
MinTxFee = 4333;
57+
MinTxFee = 10000;
5858
MaxTxFee = Money.Coins(1).Satoshi;
59-
FallbackFee = 4333;
60-
MinRelayTxFee = 4333;
59+
FallbackFee = 10000;
60+
MinRelayTxFee = 10000;
6161
MaxTimeOffsetSeconds = 25 * 60;
6262
DefaultBanTimeSeconds = 16000; // 500 (MaxReorg) * 64 (TargetSpacing) / 2 = 4 hours, 26 minutes and 40 seconds
6363

0 commit comments

Comments
 (0)