mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-10 21:23:27 +01:00
rpc: on_send_raw_tx (bootstrap) - send to bootstrap daemon and P2P
This commit is contained in:
parent
bf65b07718
commit
5569a8e426
@ -1123,6 +1123,11 @@ namespace cryptonote
|
|||||||
{
|
{
|
||||||
RPC_TRACKER(send_raw_tx);
|
RPC_TRACKER(send_raw_tx);
|
||||||
|
|
||||||
|
{
|
||||||
|
bool ok;
|
||||||
|
use_bootstrap_daemon_if_necessary<COMMAND_RPC_SEND_RAW_TX>(invoke_http_mode::JON, "/sendrawtransaction", req, res, ok);
|
||||||
|
}
|
||||||
|
|
||||||
const bool restricted = m_restricted && ctx;
|
const bool restricted = m_restricted && ctx;
|
||||||
|
|
||||||
bool skip_validation = false;
|
bool skip_validation = false;
|
||||||
@ -1138,6 +1143,10 @@ namespace cryptonote
|
|||||||
CHECK_CORE_READY();
|
CHECK_CORE_READY();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
CHECK_CORE_READY();
|
||||||
|
}
|
||||||
|
|
||||||
CHECK_PAYMENT_MIN1(req, res, COST_PER_TX_RELAY, false);
|
CHECK_PAYMENT_MIN1(req, res, COST_PER_TX_RELAY, false);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user