mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-23 16:18:35 +00:00
core_rpc_server: on_send_raw_tx - fix bootstrap daemon mode check
This commit is contained in:
parent
4a971e575f
commit
b974ccde3a
@ -1154,7 +1154,7 @@ namespace cryptonote
|
||||
if (!restricted)
|
||||
{
|
||||
boost::shared_lock<boost::shared_mutex> lock(m_bootstrap_daemon_mutex);
|
||||
if (m_bootstrap_daemon.get() != nullptr)
|
||||
if (m_should_use_bootstrap_daemon)
|
||||
{
|
||||
skip_validation = !check_core_ready();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user