Fix verifier mod import path

This commit is contained in:
arnaucube
2020-04-22 17:49:28 +02:00
parent 6256fcc9db
commit 37e5995f80

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"math/big"
"github.com/ethereum/go-ethereum/crypto/bn256"
bn256 "github.com/ethereum/go-ethereum/crypto/bn256/cloudflare"
"github.com/iden3/go-circom-prover-verifier/types"
)