We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 323a5ab + 0e4bace commit ba625e5Copy full SHA for ba625e5
protocol/src/constants.rs
@@ -16,7 +16,7 @@ pub struct ChainAnchor {
16
pub height: u32,
17
}
18
19
-pub const RESERVED_SPACES: [&'static [u8]; 3] = [b"\x07example", b"\x04test", b"\x04local"];
+pub const RESERVED_SPACES: [&'static [u8]; 3] = [b"\x07example", b"\x04test", b"\x05local"];
20
21
/// The number of blocks between each rollout of new spaces for auction.
22
pub const ROLLOUT_BLOCK_INTERVAL: u32 = 144;
0 commit comments