Jelajahi Sumber

Update PIP-0044.md

PascalCoin 2 tahun lalu
induk
melakukan
b5fd3966be
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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
        (length(new_name)=64) and
        (IsHexadecimal(new_name))
        (IsHexadecimal(new_name))
     then continue
     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;
   end;
 ```
 ```