mirror of
https://github.com/monero-project/monero.git
synced 2026-01-19 02:52:57 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user