We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aabe033 + c0c29b6 commit 449d9b2Copy full SHA for 449d9b2
src/blockdata/constants.rs
@@ -61,7 +61,8 @@ pub const PUBKEY_ADDRESS_PREFIX_TEST: u8 = 111; // 0x6f
61
pub const SCRIPT_ADDRESS_PREFIX_TEST: u8 = 196; // 0xc4
62
/// The maximum allowed script size.
63
pub const MAX_SCRIPT_ELEMENT_SIZE: usize = 520;
64
-
+/// How may blocks between halvings.
65
+pub const SUBSIDY_HALVING_INTERVAL: u32 = 210_000;
66
67
/// In Bitcoind this is insanely described as ~((u256)0 >> 32)
68
pub fn max_target(_: Network) -> Uint256 {
0 commit comments