Ver código fonte

PIP-0032A: cosmetic fix

Herman Schoenfeld 6 anos atrás
pai
commit
54a63a7f6c
1 arquivos alterados com 1 adições e 1 exclusões
  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;
 
 ```