mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-08 00:03:09 +00:00
nit
This commit is contained in:
parent
98631721fa
commit
5dd7d25762
@ -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);
|
||||
|
||||
@ -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::{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user