Merge pull request #3146 from nspcc-dev/fix-link

zkpbinding: fix example link
This commit is contained in:
Roman Khimov 2023-10-05 16:16:24 +03:00 committed by GitHub
commit 32eb1e2606
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
//
// Please, check out the example of zkpbinding package usage to generate and
// 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
import (