addressing comments

This commit is contained in:
Anton Evangelatov
2021-07-06 17:33:47 +02:00
parent 898687ea2e
commit 10dc90f7fe
4 changed files with 2 additions and 5 deletions
-1
View File
@@ -118,7 +118,6 @@ func MinerHandler(a api.StorageMiner, permissioned bool) (http.Handler, error) {
mapi = api.PermissionedStorMinerAPI(mapi)
}
//_, _ = a.ActorAddress(context.Background())
readerHandler, readerServerOpt := rpcenc.ReaderParamDecoder()
rpcServer := jsonrpc.NewServer(readerServerOpt)
rpcServer.Register("Filecoin", mapi)