Skip to content

Commit

Permalink
Merge branch 'main' into bug-jds-server-stratum-mining#784
Browse files Browse the repository at this point in the history
  • Loading branch information
NonsoAmadi10 committed Mar 22, 2024
2 parents 0c73fb8 + db994da commit 9aa1ca6
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 @@ -62,7 +62,7 @@ impl JDsMempool {
// this functions fill in the mempool the transactions with the given txid and insert the given
// transactions. The ids are for the transactions that are already known to the node, the
// unknown transactions are provided directly as a vector
pub async fn add_tx_data_to_mempool(
pub async fn add_tx_data_to_mempool(
self_: Arc<Mutex<Self>>,
add_txs_to_mempool_inner: AddTrasactionsToMempoolInner,
) -> Result<(), JdsMempoolError> {
Expand Down

0 comments on commit 9aa1ca6

Please sign in to comment.