eth-go -> go-ethereum

pull/182/head
Taylor Gerring 10 years ago
parent 00878e5b6e
commit 6eacc8eab9
  1. 2
      chain/asm.go
  2. 2
      p2p/connection.go
  3. 2
      p2p/message.go
  4. 2
      p2p/messenger_test.go

@ -4,8 +4,8 @@ import (
"fmt"
"math/big"
"github.com/ethereum/go-ethereum/ethutil"
"github.com/ethereum/go-ethereum/vm"
"github.com/ethgo.old/ethutil"
)
func Disassemble(script []byte) (asm []string) {

@ -6,7 +6,7 @@ import (
"net"
"time"
"github.com/ethereum/eth-go/ethutil"
"github.com/ethereum/go-ethereum/ethutil"
)
type Connection struct {

@ -2,7 +2,7 @@ package p2p
import (
// "fmt"
"github.com/ethereum/eth-go/ethutil"
"github.com/ethereum/go-ethereum/ethutil"
)
type MsgCode uint8

@ -3,7 +3,7 @@ package p2p
import (
// "fmt"
"bytes"
"github.com/ethereum/eth-go/ethutil"
"github.com/ethereum/go-ethereum/ethutil"
"testing"
"time"
)

Loading…
Cancel
Save