In the diagnostic and dev commands output, we should print byte arrays as hex
Opened this issue · 0 comments
ok300 commented
Right now, byte arrays (node ID, pubkeys, etc) are printed as raw Vec<u8>
which makes it very hard to read and use in troubleshooting.
We should print such fields as hex.