mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-01-30 15:32:14 +00:00
Add missing sighash declaration
This commit is contained in:
parent
67d700feab
commit
219391ac92
@ -212,6 +212,7 @@ impl TransparentInputs {
|
||||
|
||||
#[cfg(feature = "transparent-inputs")]
|
||||
fn apply_signatures(&self, mtx: &mut TransactionData, consensus_branch_id: u32) {
|
||||
let mut sighash = [0u8; 32];
|
||||
for (i, info) in self.inputs.iter().enumerate() {
|
||||
sighash.copy_from_slice(&signature_hash_data(
|
||||
mtx,
|
||||
|
Loading…
Reference in New Issue
Block a user