Skip to content

Commit 53710f9

Browse files
Update chainparams.cpp
1 parent 890af95 commit 53710f9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/kernel/chainparams.cpp

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ class CMainParams : public CChainParams {
114114
consensus.vDeployments[Consensus::DEPLOYMENT_TAPROOT].threshold = 1815; // 90%
115115
consensus.vDeployments[Consensus::DEPLOYMENT_TAPROOT].period = 2016;
116116

117-
consensus.nMinimumChainWork = uint256{"00000000000000000000000000000000000000000000000000001e741e741e74"};
118-
consensus.defaultAssumeValid = uint256{"00000000124153982d6505f9bcaed6bdfbe3b968220114174ac2a911a04fb080"};
117+
consensus.nMinimumChainWork = uint256{"000000000000000000000000000000000000000000000018c5b87109327c45c5"};
118+
consensus.defaultAssumeValid = uint256{"000000000000006e3b5f056410705d3fb8c363c4118837086f47780662106340"};
119119

120120
/**
121121
* The message start string is designed to be unlikely to occur in normal data.
@@ -168,19 +168,19 @@ class CMainParams : public CChainParams {
168168
.blockhash = consteval_ctor(uint256{"000000003ce3c192f9e2264fabcbed180089b6aa7e86eda7313f51992e0b6ac1"}),
169169
},
170170
{
171-
.height = 5913,
172-
.hash_serialized = AssumeutxoHash{uint256{"26ddab41c7ac421c3b73f418ea41ae81742c8941d28741f38e7ceb6eef2db5b9"}},
173-
.m_chain_tx_count = 5914,
174-
.blockhash = consteval_ctor(uint256{"00000000124153982d6505f9bcaed6bdfbe3b968220114174ac2a911a04fb080"}),
171+
.height = 57576,
172+
.hash_serialized = AssumeutxoHash{uint256{"309370bb095950fef2b270314ef91de0bffc91f74d15dc71c6d98a8caeb2b23b"}},
173+
.m_chain_tx_count = 80619,
174+
.blockhash = consteval_ctor(uint256{"000000000000006e3b5f056410705d3fb8c363c4118837086f47780662106340"}),
175175
}
176176

177177
};
178178

179179
chainTxData = ChainTxData{
180180

181-
.nTime = 1764498844,
182-
.tx_count = 5914,
183-
.dTxRate = 0.00001108,
181+
.nTime = 1767042950,
182+
.tx_count = 80619,
183+
.dTxRate = 0.01749,
184184
};
185185
}
186186
};

0 commit comments

Comments
 (0)