Address moar comments

This commit is contained in:
Shrenuj Bansal
2022-09-22 16:27:15 -04:00
parent 1fe4aa3467
commit 7470549199
13 changed files with 19 additions and 139 deletions
-5
View File
@@ -19,11 +19,6 @@ type RPCHandler struct {
cons *consensus.Consensus
}
//type ConsensusRPCAPI struct {
// cons *consensus.Consensus
// rpcHandler *RPCHandler
//}
func NewRPCHandler(mpoolAPI full.MpoolAPI, cons *consensus.Consensus) *RPCHandler {
return &RPCHandler{mpoolAPI, cons}
}