mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-31 20:41:22 +00:00
Commit to number of Sapling transactions instead of shielded transactions
This commit is contained in:
@@ -81,6 +81,6 @@ fn leaf(height: u32) -> NodeData {
|
||||
subtree_total_work: 0.into(),
|
||||
start_height: height as u64,
|
||||
end_height: height as u64,
|
||||
shielded_tx: 5 + height as u64,
|
||||
sapling_tx: 5 + height as u64,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user