set anchor to 0

This commit is contained in:
DenioD
2020-05-22 17:25:32 +02:00
parent 7908d228be
commit d2887d0787
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ pub struct SaplingParams;
pub struct PubCertificate;
pub const ANCHOR_OFFSET: u32 = 2;
pub const ANCHOR_OFFSET: u32 = 0;
pub mod grpc_client {
tonic::include_proto!("cash.z.wallet.sdk.rpc");