Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
6eacc8ea
Commit
6eacc8ea
authored
Nov 12, 2014
by
Taylor Gerring
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eth-go -> go-ethereum
parent
00878e5b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
asm.go
chain/asm.go
+1
-1
connection.go
p2p/connection.go
+1
-1
message.go
p2p/message.go
+1
-1
messenger_test.go
p2p/messenger_test.go
+1
-1
No files found.
chain/asm.go
View file @
6eacc8ea
...
@@ -4,8 +4,8 @@ import (
...
@@ -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
)
{
...
...
p2p/connection.go
View file @
6eacc8ea
...
@@ -6,7 +6,7 @@ import (
...
@@ -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
{
...
...
p2p/message.go
View file @
6eacc8ea
...
@@ -2,7 +2,7 @@ package p2p
...
@@ -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
...
...
p2p/messenger_test.go
View file @
6eacc8ea
...
@@ -3,7 +3,7 @@ package p2p
...
@@ -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"
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment