Browse Source

Fix verifier mod import path

ed255-patch-1
arnaucube 4 years ago
parent
commit
37e5995f80
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      verifier/verifier.go

+ 1
- 1
verifier/verifier.go

@ -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"
)

Loading…
Cancel
Save