mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-11 23:44:27 +00:00
update T-Z tests.
This commit is contained in:
parent
563dbd99af
commit
b909614faa
1 changed files with 12 additions and 12 deletions
|
|
@ -11,18 +11,18 @@ import (
|
||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/ethereum/go-ethereum/accounts/abi/bind"
|
"github.com/XinFinOrg/XDPoSChain/accounts/abi/bind"
|
||||||
"github.com/ethereum/go-ethereum/accounts/abi/bind/backends"
|
"github.com/XinFinOrg/XDPoSChain/accounts/abi/bind/backends"
|
||||||
"github.com/ethereum/go-ethereum/common"
|
"github.com/XinFinOrg/XDPoSChain/common"
|
||||||
"github.com/ethereum/go-ethereum/consensus/XDPoS"
|
"github.com/XinFinOrg/XDPoSChain/consensus/XDPoS"
|
||||||
contractValidator "github.com/ethereum/go-ethereum/contracts/validator/contract"
|
contractValidator "github.com/XinFinOrg/XDPoSChain/contracts/validator/contract"
|
||||||
"github.com/ethereum/go-ethereum/core"
|
"github.com/XinFinOrg/XDPoSChain/core"
|
||||||
. "github.com/ethereum/go-ethereum/core"
|
. "github.com/XinFinOrg/XDPoSChain/core"
|
||||||
"github.com/ethereum/go-ethereum/core/types"
|
"github.com/XinFinOrg/XDPoSChain/core/types"
|
||||||
"github.com/ethereum/go-ethereum/core/vm"
|
"github.com/XinFinOrg/XDPoSChain/core/vm"
|
||||||
"github.com/ethereum/go-ethereum/crypto"
|
"github.com/XinFinOrg/XDPoSChain/crypto"
|
||||||
"github.com/ethereum/go-ethereum/log"
|
"github.com/XinFinOrg/XDPoSChain/log"
|
||||||
"github.com/ethereum/go-ethereum/rlp"
|
"github.com/XinFinOrg/XDPoSChain/rlp"
|
||||||
)
|
)
|
||||||
|
|
||||||
type masterNodes map[string]big.Int
|
type masterNodes map[string]big.Int
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue