go fmt
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
parent
088c1e7860
commit
5736ac1d9d
@ -7,7 +7,6 @@ import (
|
||||
"github.com/filecoin-project/go-lotus/rpclib"
|
||||
)
|
||||
|
||||
|
||||
func serveRPC(api api.API) error {
|
||||
rpcServer := rpclib.NewServer()
|
||||
rpcServer.Register("Filecoin", api)
|
||||
|
@ -22,4 +22,3 @@ func LifecycleCtx(mctx MetricsCtx, lc fx.Lifecycle) context.Context {
|
||||
})
|
||||
return ctx
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user