Commit 59a7b130 authored by zelig's avatar zelig

typo interrupt

parent 32b09d65
...@@ -17,7 +17,7 @@ import ( ...@@ -17,7 +17,7 @@ import (
const Debug = true const Debug = true
// Register interrupt handlers so we can stop the ethereum // Register interrupt handlers so we can stop the ethereum
func RegisterInterupts(s *eth.Ethereum) { func RegisterInterrupts(s *eth.Ethereum) {
// Buffered chan of one is enough // Buffered chan of one is enough
c := make(chan os.Signal, 1) c := make(chan os.Signal, 1)
// Notify about interrupts for now // Notify about interrupts for now
...@@ -130,7 +130,7 @@ func main() { ...@@ -130,7 +130,7 @@ func main() {
go console.Start() go console.Start()
} }
RegisterInterupts(ethereum) RegisterInterrupts(ethereum)
ethereum.Start() ethereum.Start()
if StartMining { if StartMining {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment