mirror of
https://github.com/monero-project/monero.git
synced 2025-11-27 16:44:42 -05:00
Merge pull request #6892
ad7ea2c core_rpc_server: on_send_raw_tx - fix bootstrap daemon mode check (xiphon)
This commit is contained in:
commit
678237835f
1 changed files with 1 additions and 1 deletions
|
|
@ -1137,7 +1137,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…
Add table
Add a link
Reference in a new issue