mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 21:56:43 +00:00
fix import
This commit is contained in:
parent
d04ef5cf81
commit
42d0052297
1 changed files with 1 additions and 1 deletions
|
|
@ -26,8 +26,8 @@ import (
|
|||
"github.com/ethereum/go-ethereum/common"
|
||||
"github.com/ethereum/go-ethereum/common/math"
|
||||
"github.com/ethereum/go-ethereum/crypto"
|
||||
bls12381 "github.com/ethereum/go-ethereum/crypto/Bls12381"
|
||||
"github.com/ethereum/go-ethereum/crypto/blake2b"
|
||||
bls12381 "github.com/ethereum/go-ethereum/crypto/bls12381"
|
||||
"github.com/ethereum/go-ethereum/crypto/bn256"
|
||||
"github.com/ethereum/go-ethereum/crypto/kzg4844"
|
||||
"github.com/ethereum/go-ethereum/params"
|
||||
|
|
|
|||
Loading…
Reference in a new issue