fix: merge fix

This commit is contained in:
Oleksandr Pravdyvyi
2025-07-23 15:53:00 +03:00
parent 0f82c0ec05
commit 8604a672bd
3 changed files with 22 additions and 36 deletions
-2
View File
@@ -299,7 +299,6 @@ mod tests {
}
fn create_dummy_transaction(
hash: TreeHashType,
// execution_input: Vec<u8>,
nullifier_created_hashes: Vec<[u8; 32]>,
utxo_commitments_spent_hashes: Vec<[u8; 32]>,
@@ -419,7 +418,6 @@ mod tests {
.utxo_commitments_store
.add_tx_multiple(vec![UTXOCommitment { hash: [3u8; 32] }]);
store.pub_tx_store.add_tx(create_dummy_transaction(
[12; 32],
vec![[9; 32]],
vec![[7; 32]],
vec![[8; 32]],
+8 -16
View File
@@ -271,8 +271,7 @@ impl NodeCore {
secret_r,
sc_addr,
state_changes,
}
.into(),
},
result_hash,
))
}
@@ -367,8 +366,7 @@ impl NodeCore {
secret_r,
sc_addr,
state_changes,
}
.into(),
},
result_hashes,
))
}
@@ -481,8 +479,7 @@ impl NodeCore {
secret_r,
sc_addr,
state_changes,
}
.into(),
},
utxo_hashes,
))
}
@@ -625,8 +622,7 @@ impl NodeCore {
secret_r,
sc_addr,
state_changes,
}
.into(),
},
utxo_hashes_receiver,
utxo_hashes_not_spent,
))
@@ -752,8 +748,7 @@ impl NodeCore {
secret_r,
sc_addr,
state_changes,
}
.into(),
},
utxo_hashes,
))
}
@@ -837,8 +832,7 @@ impl NodeCore {
secret_r,
sc_addr,
state_changes,
}
.into())
})
}
pub async fn send_private_mint_tx(
@@ -932,8 +926,7 @@ impl NodeCore {
secret_r,
sc_addr,
state_changes,
)
.into();
);
tx.log();
Ok(self.sequencer_client.send_tx(tx, tx_roots).await?)
@@ -1475,8 +1468,7 @@ impl NodeCore {
secret_r,
sc_addr,
state_changes,
}
.into(),
},
utxo_hashes,
))
}