aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethereum/main.go
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2015-02-10 19:30:09 +0800
committerFelix Lange <fjl@twurst.com>2015-02-10 19:30:09 +0800
commita3cd2187194b79cd8b14c4ec4f1abca91a0147e0 (patch)
treeb0974958a028932a51424c312e76df849a777f05 /cmd/ethereum/main.go
parent0c7df37351ab85c577fe815d6d22f4627832b0c3 (diff)
downloadgo-tangerine-a3cd2187194b79cd8b14c4ec4f1abca91a0147e0.tar
go-tangerine-a3cd2187194b79cd8b14c4ec4f1abca91a0147e0.tar.gz
go-tangerine-a3cd2187194b79cd8b14c4ec4f1abca91a0147e0.tar.bz2
go-tangerine-a3cd2187194b79cd8b14c4ec4f1abca91a0147e0.tar.lz
go-tangerine-a3cd2187194b79cd8b14c4ec4f1abca91a0147e0.tar.xz
go-tangerine-a3cd2187194b79cd8b14c4ec4f1abca91a0147e0.tar.zst
go-tangerine-a3cd2187194b79cd8b14c4ec4f1abca91a0147e0.zip
cmd/mist, cmd/ethereum: add CLI arguments for node key
Diffstat (limited to 'cmd/ethereum/main.go')
-rw-r--r--cmd/ethereum/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/ethereum/main.go b/cmd/ethereum/main.go
index 14e67fe4a..3f616c094 100644
--- a/cmd/ethereum/main.go
+++ b/cmd/ethereum/main.go
@@ -75,6 +75,7 @@ func main() {
Shh: SHH,
Dial: Dial,
BootNodes: BootNodes,
+ NodeKey: NodeKey,
})
if err != nil {