Skip to content

Commit

Permalink
Update applications/minotari_merge_mining_proxy/src/block_template_da…
Browse files Browse the repository at this point in the history
…ta.rs
  • Loading branch information
SWvheerden authored Mar 20, 2024
1 parent dd488a0 commit 61e99d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ impl BlockTemplateRepository {
b.remove(hash.as_ref())
}

/// Remove a particular new block template for ash and return the associated [BlockRepositoryItem] if any.
/// Remove a particular new block template for hash and return the associated [BlockRepositoryItem] if any.
pub async fn remove_new_block_template<T: AsRef<[u8]>>(&self, hash: T) -> Option<TemplateRepositoryItem> {
trace!(
target: LOG_TARGET,
Expand Down

0 comments on commit 61e99d0

Please sign in to comment.