mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-02-01 03:12:15 +00:00
change ANCHOR_OFFSET to 0
This commit is contained in:
parent
6f8aa9f39e
commit
bb3bbf2b29
@ -15,7 +15,7 @@ pub struct SaplingParams;
|
||||
#[folder = "res/"]
|
||||
pub struct PubCertificate;
|
||||
|
||||
pub const ANCHOR_OFFSET: u32 = 4;
|
||||
pub const ANCHOR_OFFSET: u32 = 0;
|
||||
|
||||
pub mod grpc_client {
|
||||
tonic::include_proto!("cash.z.wallet.sdk.rpc");
|
||||
|
Loading…
Reference in New Issue
Block a user