crptonote_core: do not error out sending unparsable extra field

extra is arbitrary, and the user may well want to send custom data
release-v0.5.0
moneromooo-monero 5 years ago committed by wowario
parent 83072c2165
commit e789d7c324
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -294,8 +294,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

Loading…
Cancel
Save