change ANCHOR_OFFSET to 0

This commit is contained in:
Cryptoforge 2020-07-23 21:07:48 -07:00
parent 6f8aa9f39e
commit bb3bbf2b29

View File

@ -15,7 +15,7 @@ pub struct SaplingParams;
#[folder = "res/"] #[folder = "res/"]
pub struct PubCertificate; pub struct PubCertificate;
pub const ANCHOR_OFFSET: u32 = 4; pub const ANCHOR_OFFSET: u32 = 0;
pub mod grpc_client { pub mod grpc_client {
tonic::include_proto!("cash.z.wallet.sdk.rpc"); tonic::include_proto!("cash.z.wallet.sdk.rpc");