Skip to content

Commit

Permalink
feat: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
devworlds committed Dec 19, 2024
1 parent 6b80a7c commit 38de495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/test-utils/mining-device-sv1/src/miner.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
use crate::job::Job;
use tracing::info;
use std::convert::TryInto;
use stratum_common::bitcoin::{
blockdata::block::BlockHeader,
hash_types::{BlockHash, TxMerkleNode},
hashes::{sha256d::Hash as DHash, Hash},
util::uint::Uint256,
};
use tracing::info;

/// A mock representation of a Mining Device that produces block header hashes to be submitted by
/// the `Client` to the Upstream node (either a SV1 Pool server or a SV1 <-> SV2 Translator Proxy
Expand Down

0 comments on commit 38de495

Please sign in to comment.