Files
lighthouse/beacon_node/beacon_chain/src
Sean 638daa87fe Avoid Printing Binary String to Logs (#1576)
Converts the graffiti binary data to string before printing to logs.

## Issue Addressed

#1566 

## Proposed Changes
Rather than converting graffiti to a vector the binary data less the last character is passed to String::from_utf_lossy(). This then allows us to call the to_string() function directly to give us the string

## Additional Info

Rust skills are fairly weak
2020-09-05 05:46:25 +00:00
..
2020-08-26 00:01:06 +00:00
2020-07-23 14:18:00 +00:00
2020-07-23 14:18:00 +00:00
2020-06-17 11:10:22 +10:00