forked from lthn/blockchain
core_fast_rpc_proxy: resolve build warning (-Winconsistent-missing-override)
This commit is contained in:
parent
17373549c0
commit
5ac0b225cf
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ namespace tools
|
|||
return m_rpc.on_get_current_core_tx_expiration_median(req, res, m_cntxt_stub);
|
||||
}
|
||||
//------------------------------------------------------------------------------------------------------------------------------
|
||||
bool call_COMMAND_RPC_GET_POOL_INFO(const currency::COMMAND_RPC_GET_POOL_INFO::request& req, currency::COMMAND_RPC_GET_POOL_INFO::response& res)
|
||||
bool call_COMMAND_RPC_GET_POOL_INFO(const currency::COMMAND_RPC_GET_POOL_INFO::request& req, currency::COMMAND_RPC_GET_POOL_INFO::response& res) override
|
||||
{
|
||||
return m_rpc.on_get_pool_info(req, res, m_cntxt_stub);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue