mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-07-29 19:31:25 +00:00
change ANCHOR_OFFSET to 0
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user