Skip to content

Commit 9e8dd48

Browse files
committed
revert reveal_tx_prefix change
1 parent 2726785 commit 9e8dd48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/primitives/src/constants.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
use sov_rollup_interface::spec::SpecId;
22

33
/// Prefix for the reveal transaction ids.
4-
// #[cfg(feature = "testing")]
4+
#[cfg(feature = "testing")]
55
pub const REVEAL_TX_PREFIX: &[u8] = &[2]; // since we changed the prefix to 1 genesis fork proving tests fail
6-
// #[cfg(not(feature = "testing"))]
7-
// pub const REVEAL_TX_PREFIX: &[u8] = &[2, 2];
6+
#[cfg(not(feature = "testing"))]
7+
pub const REVEAL_TX_PREFIX: &[u8] = &[2, 2];
88

99
pub const TEST_PRIVATE_KEY: &str =
1010
"1212121212121212121212121212121212121212121212121212121212121212";

0 commit comments

Comments
 (0)