fixing dependencies

pull/391/head
ak 6 years ago
parent 0b3f44a3e8
commit 2eeba01ee0
  1. 2
      node/contract.go
  2. 52
      node/node.go

@ -4,6 +4,7 @@ package node
"crypto/ecdsa" "crypto/ecdsa"
"encoding/hex" "encoding/hex"
"math/big" "math/big"
"strconv"
"strings" "strings"
"github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common"
@ -11,7 +12,6 @@ package node
"github.com/ethereum/go-ethereum/log" "github.com/ethereum/go-ethereum/log"
"github.com/ethereum/go-ethereum/params" "github.com/ethereum/go-ethereum/params"
"github.com/harmony-one/harmony/core/types" "github.com/harmony-one/harmony/core/types"
"github.com/harmony-one/harmony/internal/utils/contract"
) )
//AddDepositContractToPendingTransactions adds the deposit smart contract the genesis block. //AddDepositContractToPendingTransactions adds the deposit smart contract the genesis block.

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save