mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 13:23:10 +00:00
fmt
This commit is contained in:
parent
f3aaacb6ca
commit
d1cd653ed5
@ -1,5 +1,4 @@
|
||||
use crate::block::Block;
|
||||
use crate::merkle_tree_public::TreeHashType;
|
||||
use crate::parse_request;
|
||||
use crate::transaction::Transaction;
|
||||
|
||||
|
||||
@ -300,8 +300,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]>,
|
||||
utxo_commitments_created_hashes: Vec<[u8; 32]>,
|
||||
@ -420,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]],
|
||||
|
||||
@ -42,4 +42,3 @@ pub fn rpc_error_responce_inverter(err: RpcError) -> RpcError {
|
||||
data: content,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user