cmd/mist, cmd/ethereum: add CLI arguments for node key

This commit is contained in:
Felix Lange
2015-02-10 12:30:09 +01:00
parent 0c7df37351
commit a3cd218719
5 changed files with 72 additions and 16 deletions

View File

@ -75,6 +75,7 @@ func main() {
Shh: SHH,
Dial: Dial,
BootNodes: BootNodes,
NodeKey: NodeKey,
})
if err != nil {