mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
fix missing )
This commit is contained in:
parent
4023e9e0b4
commit
93f69adf92
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ import (
|
||||||
"github.com/expanse-org/go-expanse/common"
|
"github.com/expanse-org/go-expanse/common"
|
||||||
"github.com/expanse-org/go-expanse/crypto/sha3"
|
"github.com/expanse-org/go-expanse/crypto/sha3"
|
||||||
"github.com/expanse-org/go-expanse/rlp"
|
"github.com/expanse-org/go-expanse/rlp"
|
||||||
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
secp256k1_N, _ = new(big.Int).SetString("fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141", 16)
|
secp256k1_N, _ = new(big.Int).SetString("fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141", 16)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue