Ver Fonte

clarify todo

x há 3 anos atrás
pai
commit
908b4336b1
1 ficheiros alterados com 1 adições e 5 exclusões
  1. 1 5
      doc/src/architecture/smart_contracts.md

+ 1 - 5
doc/src/architecture/smart_contracts.md

@@ -214,11 +214,7 @@ both automatically verified by the VM.
 
 
 However for verification to work, the ZK proofs also need corresponding
 However for verification to work, the ZK proofs also need corresponding
 public values, and the signatures need the public keys. We do this
 public values, and the signatures need the public keys. We do this
-in the `CallDataBase` trait by exporting these methods:
-
-```
-TODO
-```
+by exporting these values. (TODO: link the code where this happens)
 
 
 These methods export the required values needed for the ZK proofs
 These methods export the required values needed for the ZK proofs
 and signature verification from the actual call data itself.
 and signature verification from the actual call data itself.