mirror of
https://github.com/monero-project/monero.git
synced 2025-12-16 08:03:58 -05:00
Merge pull request #2149
158c3ecfcore: thread most of handle_incoming_tx (moneromooo-monero)f57ee382cryptonote_protocol: retry stale spans early (moneromooo-monero)90df52e1cryptonote_protocol: light cleanup (moneromooo-monero)84e23156cryptonote_protocol: avoid spurious SYNCHRONIZED OK messages (moneromooo-monero)5be43fcdcryptonote_protocol_handler: sync speedup (moneromooo-monero)
This commit is contained in:
commit
6db8a60a18
26 changed files with 1616 additions and 186 deletions
|
|
@ -579,4 +579,11 @@ bool t_command_parser_executor::relay_tx(const std::vector<std::string>& args)
|
|||
return m_executor.relay_tx(txid);
|
||||
}
|
||||
|
||||
bool t_command_parser_executor::sync_info(const std::vector<std::string>& args)
|
||||
{
|
||||
if (args.size() != 0) return false;
|
||||
|
||||
return m_executor.sync_info();
|
||||
}
|
||||
|
||||
} // namespace daemonize
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue