stratum doesn't appear, so trying to add stratumRPCCommands as seen elsewhere
This commit is contained in:
@@ -37,6 +37,8 @@ void RegisterRawTransactionRPCCommands(CRPCTable &tableRPC);
|
|||||||
|
|
||||||
/** Register test transaction RPC commands */
|
/** Register test transaction RPC commands */
|
||||||
void RegisterTesttransactionsRPCCommands(CRPCTable &tableRPC);
|
void RegisterTesttransactionsRPCCommands(CRPCTable &tableRPC);
|
||||||
|
/** Register stratum RPC commands */
|
||||||
|
void RegisterStratumRPCCommands(CRPCTable &tableRPC);
|
||||||
|
|
||||||
|
|
||||||
static inline void RegisterAllCoreRPCCommands(CRPCTable &tableRPC)
|
static inline void RegisterAllCoreRPCCommands(CRPCTable &tableRPC)
|
||||||
@@ -49,6 +51,7 @@ static inline void RegisterAllCoreRPCCommands(CRPCTable &tableRPC)
|
|||||||
#ifdef TESTMODE
|
#ifdef TESTMODE
|
||||||
RegisterTesttransactionsRPCCommands(tableRPC);
|
RegisterTesttransactionsRPCCommands(tableRPC);
|
||||||
#endif
|
#endif
|
||||||
|
RegisterStratumRPCCommands(tableRPC);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user