MSR fixes

This commit is contained in:
MoneroOcean
2019-01-26 09:19:31 -08:00
parent 52bb818185
commit 5bda5f949e
3 changed files with 3 additions and 3 deletions

View File

@@ -185,7 +185,7 @@ namespace cryptonote
BEGIN_SERIALIZE_OBJECT()
FIELDS(*static_cast<transaction_prefix *>(this))
if (version == 1 && blob_type != BLOB_TYPE_CRYPTONOTE2)
if (version == 1 && blob_type != BLOB_TYPE_CRYPTONOTE2 && blob_type != BLOB_TYPE_CRYPTONOTE3)
{
ar.tag("signatures");
ar.begin_array();