eth-go -> go-ethereum
This commit is contained in:
		| @@ -4,8 +4,8 @@ import ( | |||||||
| 	"fmt" | 	"fmt" | ||||||
| 	"math/big" | 	"math/big" | ||||||
|  |  | ||||||
|  | 	"github.com/ethereum/go-ethereum/ethutil" | ||||||
| 	"github.com/ethereum/go-ethereum/vm" | 	"github.com/ethereum/go-ethereum/vm" | ||||||
| 	"github.com/ethgo.old/ethutil" |  | ||||||
| ) | ) | ||||||
|  |  | ||||||
| func Disassemble(script []byte) (asm []string) { | func Disassemble(script []byte) (asm []string) { | ||||||
|   | |||||||
| @@ -6,7 +6,7 @@ import ( | |||||||
| 	"net" | 	"net" | ||||||
| 	"time" | 	"time" | ||||||
|  |  | ||||||
| 	"github.com/ethereum/eth-go/ethutil" | 	"github.com/ethereum/go-ethereum/ethutil" | ||||||
| ) | ) | ||||||
|  |  | ||||||
| type Connection struct { | type Connection struct { | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ package p2p | |||||||
|  |  | ||||||
| import ( | import ( | ||||||
| 	// "fmt" | 	// "fmt" | ||||||
| 	"github.com/ethereum/eth-go/ethutil" | 	"github.com/ethereum/go-ethereum/ethutil" | ||||||
| ) | ) | ||||||
|  |  | ||||||
| type MsgCode uint8 | type MsgCode uint8 | ||||||
|   | |||||||
| @@ -3,7 +3,7 @@ package p2p | |||||||
| import ( | import ( | ||||||
| 	// "fmt" | 	// "fmt" | ||||||
| 	"bytes" | 	"bytes" | ||||||
| 	"github.com/ethereum/eth-go/ethutil" | 	"github.com/ethereum/go-ethereum/ethutil" | ||||||
| 	"testing" | 	"testing" | ||||||
| 	"time" | 	"time" | ||||||
| ) | ) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user