Skip to content

Commit

Permalink
fix Job defmt
Browse files Browse the repository at this point in the history
  • Loading branch information
georgesFoundation committed Aug 8, 2024
1 parent 3de99f2 commit f07d920
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stratum-v1/src/client/job.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ impl defmt::Format for Job {
"Job {{ job_id: {}, extranonce2: {:?}, header: {{ version: {:x}, prev_block_hash: {:x}, merkle_root: {:x}, ntime: {:x}, nbits: {:x}, nonce: {:x} }} }}",
self.job_id,
self.extranonce2,
self.version_bits,
self.header.version.to_consensus(),
self.header.prev_blockhash.to_byte_array(),
self.header.merkle_root.to_byte_array(),
Expand Down

0 comments on commit f07d920

Please sign in to comment.