crptonote_core: do not error out sending unparsable extra field

extra is arbitrary, and the user may well want to send custom data
This commit is contained in:
moneromooo-monero 2018-12-23 11:33:05 +00:00
parent 13b12973d1
commit a9b1c04acf
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
1 changed files with 2 additions and 2 deletions

View File

@ -260,8 +260,8 @@ namespace cryptonote
}
else
{
LOG_ERROR("Failed to parse tx extra");
return false;
MWARNING("Failed to parse tx extra");
tx_extra_fields.clear();
}
struct input_generation_context_data