mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-23 03:38:21 +00:00
space is printable
Printing space as a string in graffiti makes a few more graffitis visible
This commit is contained in:
parent
d859bc12f0
commit
dc9ced03f1
@ -879,7 +879,7 @@ chronicles.formatIt Checkpoint: it.shortLog
|
||||
|
||||
const
|
||||
# http://facweb.cs.depaul.edu/sjost/it212/documents/ascii-pr.htm
|
||||
PrintableAsciiChars = {'!'..'~'}
|
||||
PrintableAsciiChars = {' '..'~'}
|
||||
|
||||
func `$`*(value: GraffitiBytes): string =
|
||||
result = strip(string.fromBytes(distinctBase value),
|
||||
|
Loading…
x
Reference in New Issue
Block a user