mirror of
https://github.com/monero-project/monero.git
synced 2025-07-28 17:44:27 -04:00
Merge pull request #6965
d695340
rpc: on_send_raw_tx (bootstrap) - send to bootstrap daemon and P2P (xiphon)
This commit is contained in:
commit
c1229a4432
1 changed files with 5 additions and 0 deletions
|
@ -1131,6 +1131,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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue