set anchor_offset to 2, hush has dpow

This commit is contained in:
DenioD
2020-02-19 21:06:06 +01:00
parent ae239e6cb7
commit dfa1422449
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 = 4;
pub const ANCHOR_OFFSET: u32 = 2;
pub mod grpc_client {
tonic::include_proto!("cash.z.wallet.sdk.rpc");