mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-08-26 23:31:19 +00:00
fix: merge fix
This commit is contained in:
@@ -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
@@ -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,
|
||||
))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user