Skip to content

Commit

Permalink
Remove stale comment
Browse files Browse the repository at this point in the history
This uses `hex-conservative` which is fast, remove the stale comment.
  • Loading branch information
tcharding committed Jan 24, 2024
1 parent c82f26e commit faa45cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bitcoin/src/pow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,6 @@ impl crate::serde::Serialize for U256 {
}

if serializer.is_human_readable() {
// TODO: fast hex encoding.
serializer.collect_str(&DisplayHex(*self))
} else {
let bytes = self.to_be_bytes();
Expand Down

0 comments on commit faa45cf

Please sign in to comment.