This commit is contained in:
Łukasz Magiera 2019-07-23 23:55:19 +02:00
parent 4c8b028887
commit 8d529d1ae7
4 changed files with 2 additions and 4 deletions

View File

@ -65,7 +65,6 @@ var runCmd = &cli.Command{
log.Infof("Remote version %s", v)
rpcServer := jsonrpc.NewServer()
rpcServer.Register("Filecoin", minerapi)
http.Handle("/rpc/v0", rpcServer)

View File

@ -201,7 +201,6 @@ func Online() Option {
// Storage miner
)
}