mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00: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:
parent
13b12973d1
commit
a9b1c04acf
1 changed files with 2 additions and 2 deletions
|
@ -260,8 +260,8 @@ namespace cryptonote
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
LOG_ERROR("Failed to parse tx extra");
|
MWARNING("Failed to parse tx extra");
|
||||||
return false;
|
tx_extra_fields.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
struct input_generation_context_data
|
struct input_generation_context_data
|
||||||
|
|
Loading…
Reference in a new issue