mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 13:21:37 +00:00
parent
a5d03e4a8a
commit
1fe81d541d
3 changed files with 5 additions and 3 deletions
|
|
@ -3,7 +3,6 @@ package main
|
|||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"github.com/XinFinOrg/XDPoSChain/contracts/XDCx/simulation"
|
||||
"math/big"
|
||||
"os"
|
||||
"strconv"
|
||||
|
|
@ -12,6 +11,7 @@ import (
|
|||
"github.com/XinFinOrg/XDPoSChain/accounts/abi/bind"
|
||||
"github.com/XinFinOrg/XDPoSChain/common"
|
||||
"github.com/XinFinOrg/XDPoSChain/contracts/XDCx"
|
||||
"github.com/XinFinOrg/XDPoSChain/contracts/XDCx/simulation"
|
||||
"github.com/XinFinOrg/XDPoSChain/crypto"
|
||||
"github.com/XinFinOrg/XDPoSChain/ethclient"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -16,10 +16,11 @@
|
|||
package multisigwallet
|
||||
|
||||
import (
|
||||
"math/big"
|
||||
|
||||
"github.com/XinFinOrg/XDPoSChain/accounts/abi/bind"
|
||||
"github.com/XinFinOrg/XDPoSChain/common"
|
||||
"github.com/XinFinOrg/XDPoSChain/contracts/multisigwallet/contract"
|
||||
"math/big"
|
||||
)
|
||||
|
||||
type MultiSigWallet struct {
|
||||
|
|
|
|||
|
|
@ -18,8 +18,9 @@
|
|||
package ethdb
|
||||
|
||||
import (
|
||||
"github.com/XinFinOrg/XDPoSChain/common"
|
||||
"io"
|
||||
|
||||
"github.com/XinFinOrg/XDPoSChain/common"
|
||||
)
|
||||
|
||||
// KeyValueReader wraps the Has and Get method of a backing data store.
|
||||
|
|
|
|||
Loading…
Reference in a new issue