Fix TX_V6_VERSION_GROUP_ID constant value to adjust it with the value used in librustzcash

This commit is contained in:
Dmitry Demin 2024-11-11 21:30:12 +01:00
parent 22349e59c4
commit 46f81bcf47
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ pub const TX_V5_VERSION_GROUP_ID: u32 = 0x26A7_270A;
/// group ID.
// FIXME: use a proper value!
#[cfg(feature = "tx-v6")]
pub const TX_V6_VERSION_GROUP_ID: u32 = 0x26A7_270B;
pub const TX_V6_VERSION_GROUP_ID: u32 = 0x124A_69F8;