update T-Z tests.

This commit is contained in:
olumuyiwadad 2021-09-27 16:17:39 +05:30
parent 563dbd99af
commit b909614faa

View file

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