PascalCoin 2 жил өмнө
parent
commit
b5fd3966be
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      PIP/PIP-0044.md

+ 1 - 1
PIP/PIP-0044.md

@@ -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;
 ```