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
2a4bd55b
Commit
2a4bd55b
authored
Apr 04, 2018
by
Nguyen Sy Thanh Son
Committed by
Felix Lange
Apr 04, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd/geth: remove relOracle variable (#16434)
parent
5909482f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
main.go
cmd/geth/main.go
+0
-3
No files found.
cmd/geth/main.go
View file @
2a4bd55b
...
@@ -28,7 +28,6 @@ import (
...
@@ -28,7 +28,6 @@ import (
"github.com/ethereum/go-ethereum/accounts"
"github.com/ethereum/go-ethereum/accounts"
"github.com/ethereum/go-ethereum/accounts/keystore"
"github.com/ethereum/go-ethereum/accounts/keystore"
"github.com/ethereum/go-ethereum/cmd/utils"
"github.com/ethereum/go-ethereum/cmd/utils"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/console"
"github.com/ethereum/go-ethereum/console"
"github.com/ethereum/go-ethereum/eth"
"github.com/ethereum/go-ethereum/eth"
"github.com/ethereum/go-ethereum/ethclient"
"github.com/ethereum/go-ethereum/ethclient"
...
@@ -46,8 +45,6 @@ const (
...
@@ -46,8 +45,6 @@ const (
var
(
var
(
// Git SHA1 commit hash of the release (set via linker flags)
// Git SHA1 commit hash of the release (set via linker flags)
gitCommit
=
""
gitCommit
=
""
// Ethereum address of the Geth release oracle.
relOracle
=
common
.
HexToAddress
(
"0xfa7b9770ca4cb04296cac84f37736d4041251cdf"
)
// The app that holds all commands and flags.
// The app that holds all commands and flags.
app
=
utils
.
NewApp
(
gitCommit
,
"the go-ethereum command line interface"
)
app
=
utils
.
NewApp
(
gitCommit
,
"the go-ethereum command line interface"
)
// flags that configure the node
// flags that configure the node
...
...
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