This commit is contained in:
Sergio Chouhy 2025-07-22 12:58:54 -03:00
parent 98631721fa
commit 5dd7d25762
2 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ mod tests {
let temp_dir = tempdir().unwrap();
let path = temp_dir.path();
let (block, tx) = create_genesis_block_with_transaction();
let (block, _) = create_genesis_block_with_transaction();
let node_store = SequecerBlockStore::open_db_with_genesis(path, Some(block)).unwrap();
let retrieved_tx = node_store.get_transaction_by_hash([0; 32]);
assert_eq!(None, retrieved_tx);

View File

@ -4,7 +4,7 @@ use serde_json::Value;
use common::{
merkle_tree_public::TreeHashType,
rpc_primitives::{
errors::{RpcError, RpcParseError},
errors::RpcError,
message::{Message, Request},
parser::RpcRequest,
requests::{