lnd.xprv/chainreg
Roei Erez 65ab3dbfc8 server: better way to clean chainControl resources
In this commit the location of where chain control services
are stopped is shifted to be closer to the point they are started.
Stopping of two services: "wallet" and "feeEstimator" that are started
inside the "newChainControlFromConfig" was shifted from server.go to
the cleanup function.

In addition the chainView.Stop was also removed from the server.Stop as
it is already handled by the router, where it is being started.
2021-04-13 13:45:28 +03:00
..
chaincode.go chainreg: export ChainCode to new pkg 2020-10-29 15:19:57 -04:00
chainparams.go chainreg: add Config, move chainparams.go 2020-10-29 15:19:58 -04:00
chainregistry.go server: better way to clean chainControl resources 2021-04-13 13:45:28 +03:00
log.go chainreg: register logger 2020-11-09 14:11:31 +02:00