We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd143a7 commit 0e4baceCopy full SHA for 0e4bace
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