mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #7037
8e829e034
rpc: on_send_raw_tx - add missing CHECK_CORE_READY (xiphon)
This commit is contained in:
commit
8e7b762092
1 changed files with 4 additions and 0 deletions
|
@ -1151,6 +1151,10 @@ namespace cryptonote
|
|||
CHECK_CORE_READY();
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
CHECK_CORE_READY();
|
||||
}
|
||||
|
||||
CHECK_PAYMENT_MIN1(req, res, COST_PER_TX_RELAY, false);
|
||||
|
||||
|
|
Loading…
Reference in a new issue