Explorar el Código

doc/src/arch/tx_lifetime: add direct link to sapling payment scheme

darkfi hace 1 año
padre
commit
59c3a1108e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      doc/src/arch/tx_lifetime.md

+ 1 - 1
doc/src/arch/tx_lifetime.md

@@ -134,7 +134,7 @@ For A -> B payments in DarkFi we use the Sapling scheme that originates
 from zcash. A payment transaction has a number of _inputs_ (which are
 coins being burned/spent), and a number of _outputs_ (which are coins
 being minted/created). An explanation for the ZK proofs for this scheme
-can be found in the Zkas section of this book, under Sapling.
+can be found [here](../zkas/examples/sapling.md) under the Zkas section of this book.
 
 In code, the structs we use are the following: