Tesnet 3.0

This commit is contained in:
Yohan Graterol 2018-03-11 19:21:18 -05:00
parent 6d4cb5e8a4
commit c160349ba2
3 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View file

@ -22,7 +22,7 @@ package bn256
import ( import (
"math/big" "math/big"
"github.com/ethereum/go-ethereum/crypto/bn256/cloudflare" "github.com/EthereumCommonwealth/go-callisto/crypto/bn256/cloudflare"
) )
// G1 is an abstract cyclic group. The zero value is suitable for use as the // G1 is an abstract cyclic group. The zero value is suitable for use as the

View file

@ -22,7 +22,7 @@ package bn256
import ( import (
"math/big" "math/big"
"github.com/ethereum/go-ethereum/crypto/bn256/google" "github.com/EthereumCommonwealth/go-callisto/crypto/bn256/google"
) )
// G1 is an abstract cyclic group. The zero value is suitable for use as the // G1 is an abstract cyclic group. The zero value is suitable for use as the