proting for Hush

This commit is contained in:
DenioD
2019-10-20 11:39:27 +02:00
parent 188537ea02
commit 7510890cf3
2 changed files with 4 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ pub mod transact;
const ANCHOR_OFFSET: u32 = 10;
#[cfg(feature = "mainnet")]
const SAPLING_ACTIVATION_HEIGHT: i32 = 419_200;
const SAPLING_ACTIVATION_HEIGHT: i32 = 227_520;
#[cfg(not(feature = "mainnet"))]
const SAPLING_ACTIVATION_HEIGHT: i32 = 280_000;