Skip to content

Commit

Permalink
chore: fix format error
Browse files Browse the repository at this point in the history
  • Loading branch information
NonsoAmadi10 committed Apr 15, 2024
1 parent 87ef966 commit c10c21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/jd-server/src/lib/mempool/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ impl JDsMempool {
let key_id = Txid::from_str(id).map_err(|err| {
let err_msg = format!("Error occurred during deserialization: {:?}", err);
JdsMempoolError::Rpc(RpcError::Deserialization(err_msg))
})?;
})?;

let tx = self_
.safe_lock(|x| match x.mempool.get(&key_id) {
Expand Down

0 comments on commit c10c21e

Please sign in to comment.