forked from TrueCloudLab/neoneo-go
parent
ee5f8b6c21
commit
58dc8d0c9b
11 changed files with 29 additions and 1 deletions
|
@ -191,6 +191,7 @@ func (o *Oracle) Shutdown() {
|
|||
close(o.close)
|
||||
o.ResponseHandler.Shutdown()
|
||||
<-o.done
|
||||
o.wallet.Close()
|
||||
}
|
||||
|
||||
// Start runs the oracle service in a separate goroutine.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue