Remove stale comment
This uses `hex-conservative` which is fast, remove the stale comment.
This commit is contained in:
parent
c82f26e960
commit
faa45cf10f
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue