Add restrictions on node name length and content (#395)

This commit is contained in:
Chevdor
2018-07-21 23:00:06 +02:00
committed by Gav Wood
parent 76384d0afb
commit b65700d003
3 changed files with 91 additions and 18 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ env_logger = "0.4"
error-chain = "0.12"
log = "0.3"
atty = "0.2"
regex = "0.2"
regex = "1"
time = "0.1"
slog = "^2"
ansi_term = "0.10"