diff options
Diffstat (limited to 'ethereum/cmd.go')
-rw-r--r-- | ethereum/cmd.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ethereum/cmd.go b/ethereum/cmd.go index 0e9c2be8c..2dfd54666 100644 --- a/ethereum/cmd.go +++ b/ethereum/cmd.go @@ -12,7 +12,6 @@ func InitJsConsole(ethereum *eth.Ethereum) { go repl.Start() utils.RegisterInterrupt(func(os.Signal) { repl.Stop() - ethereum.Stop() }) } |