rpc: give reason when sending non-hex raw tx

This commit is contained in:
jeffro256 2023-03-17 18:18:06 -05:00
parent c5d10a4ac4
commit 4e16559053
1 changed files with 1 additions and 0 deletions

View File

@ -1250,6 +1250,7 @@ namespace cryptonote
{
LOG_PRINT_L0("[on_send_raw_tx]: Failed to parse tx from hexbuff: " << req.tx_as_hex);
res.status = "Failed";
res.reason = "Hex decoding failed";
return true;
}