Explorar el Código

PIP-0032A: cosmetic fix

Herman Schoenfeld hace 6 años
padre
commit
54a63a7f6c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      PIP/PIP-0032A.md

+ 1 - 1
PIP/PIP-0032A.md

@@ -128,7 +128,7 @@ if (A.accountInfo.state = as_HLT  as_HLTC_PASA: begin
 
   // Check hashlock
   if SHA2_256(O.payload) <> A.account_data then
-  Error "Hash-locked accounts require correct hash pre-image when purchasing. Purchaser did not provide correct hash pre-image.";
+    Error "Hash-locked accounts require correct hash pre-image when purchasing. Purchaser did not provide correct hash pre-image.";
 end;
 
 ```