Skip to content

Commit

Permalink
Update roles/test-utils/mining-device/src/main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash committed May 3, 2024
1 parent c060730 commit bba2234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/test-utils/mining-device/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ pub struct Device {
fn open_channel(device_id: Option<String>) -> OpenStandardMiningChannel<'static> {
let user_identity = device_id.unwrap_or_default().try_into().unwrap();
let id: u32 = 10;
info!("Measuring pc hashrate");
info!("Measuring CPU hashrate");
let nominal_hash_rate = measure_hashrate(5) as f32;
info!("CPU hashrate is {} H/s", nominal_hash_rate);
info!("MINING DEVICE: send open channel with request id {}", id);
Expand Down

0 comments on commit bba2234

Please sign in to comment.