lighthouse/beacon_node/beacon_chain
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
..
src Avoid Printing Binary String to Logs (#1576) 2020-09-05 05:46:25 +00:00
tests Alternative (to BeaconChainHarness) BeaconChain testing API (#1380) 2020-08-26 09:24:55 +00:00
Cargo.toml Avoid Printing Binary String to Logs (#1576) 2020-09-05 05:46:25 +00:00