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