@@ -55,7 +55,7 @@ This PIP-0044 will implement **Option C** allowing first char as a numberic "0".
(length(new_name)=64) and
(IsHexadecimal(new_name))
then continue
- else Error('Invalid numeric first char on a non-hash hexadecimal 32 bytes representation');
+ else Error('Invalid numeric first char on a non-hash hexadecimal 32 bytes representation');
end;
```