Przeglądaj źródła

PIP-0032A: cosmetic fix

Herman Schoenfeld 6 lat temu
rodzic
commit
54a63a7f6c
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
 
 ```