x %!s(int64=3) %!d(string=hai) anos
pai
achega
908b4336b1
Modificáronse 1 ficheiros con 1 adicións e 5 borrados
  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
 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
 and signature verification from the actual call data itself.