zkpbinding: fix example link

Should be a part of #3043.

Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
This commit is contained in:
Anna Shaleva 2023-10-05 15:16:11 +03:00
parent 91c928e8d3
commit d27d2a8561

View file

@ -6,7 +6,7 @@
// //
// Please, check out the example of zkpbinding package usage to generate and // Please, check out the example of zkpbinding package usage to generate and
// verify proofs on the Neo chain: // verify proofs on the Neo chain:
// https://pkg.go.dev/github.com/nspcc-dev/neo-go/pkg/smartcontract/zkpbinding // https://github.com/nspcc-dev/neo-go/blob/91c928e8d35164055e5b2e8efbc898440cc2b486/examples/zkp/cubic_circuit/README.md
package zkpbinding package zkpbinding
import ( import (