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

@ -62,6 +62,7 @@ func run() error {
NATType: NatType,
PMPGateway: PMPGateway,
BootNodes: BootNodes,
NodeKey: NodeKey,
KeyRing: KeyRing,
Dial: true,
})