Procházet zdrojové kódy

[doc/architecture/payment] remove comments

ertosns před 2 roky
rodič
revize
276ab6a3d1
1 změnil soubory, kde provedl 3 přidání a 4 odebrání
  1. 3 4
      doc/src/architecture/payment/token_id.md

+ 3 - 4
doc/src/architecture/payment/token_id.md

@@ -1,8 +1,7 @@
 # Token Id
 
-each token has unique token id derived as:
+each token has unique token id derived as
+
 $$ hash(PREFIX || key^{public}_x || key^{public}_y) $$
-`key` is authority key, or public key.
 
-%# validate unique id
-%validate newly minted tokens doesn't match any token mint transaction's token Id.
+`key` is authority key, or public key.