Skip to content

Commit e25af19

Browse files
authored
Merge pull request #200 from Beldex-Coin/hf21
hf21 introduced
2 parents c8e54f6 + df6d566 commit e25af19

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/cryptonote_basic/hardfork.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ static constexpr std::array mainnet_hard_forks =
4646
hard_fork{hf::hf18_bns, 0, 2986890, 1706506200 }, // Monday, January 29, 2024 5:30:00 AM (UTC)
4747
hard_fork{hf::hf19_enhance_bns, 0, 3546545, 1725514200 }, // Thursday, September 5, 2024 5:30:00 AM (UTC)
4848
hard_fork{hf::hf20_bulletproof_plus, 0, 4939540, 1765105200 }, // Sunday, December 7, 2025 4:30:00 AM (UTC)
49+
hard_fork{hf::hf21_bulletproof_plus, 0, 5518799, 1782501791 }, // Sunday, December 7, 2025 4:30:00 AM (UTC)
4950
};
5051

5152
static constexpr std::array testnet_hard_forks =

src/cryptonote_config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ enum class hf : uint8_t
204204
hf18_bns,
205205
hf19_enhance_bns, // provided EVM address in BNS
206206
hf20_bulletproof_plus,
207+
hf21_bulletproof_plus,
207208

208209
_next,
209210
none = 0

0 commit comments

Comments
 (0)