mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-10 13:13:27 +01:00
core_rpc_server: on_send_raw_tx - fix bootstrap daemon mode check
This commit is contained in:
parent
d27d4526fe
commit
ad7ea2c60c
@ -1129,7 +1129,7 @@ namespace cryptonote
|
|||||||
if (!restricted)
|
if (!restricted)
|
||||||
{
|
{
|
||||||
boost::shared_lock<boost::shared_mutex> lock(m_bootstrap_daemon_mutex);
|
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();
|
skip_validation = !check_core_ready();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user