rpc: on_send_raw_tx - add missing CHECK_CORE_READY

This commit is contained in:
xiphon 2020-11-22 16:11:19 +00:00 committed by wowario
parent ce3c13b46f
commit 0783e940e9
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111
1 changed files with 4 additions and 0 deletions

View File

@ -1151,6 +1151,10 @@ namespace cryptonote
CHECK_CORE_READY();
}
}
else
{
CHECK_CORE_READY();
}
CHECK_PAYMENT_MIN1(req, res, COST_PER_TX_RELAY, false);