fixed field ordering to allow GCC to compile; removed unlock_time field from CARROT/SPARC TX outputs

This commit is contained in:
Some Random Crypto Guy
2025-05-19 11:13:01 +01:00
parent e3e35f6dde
commit 60b3f22376
5 changed files with 5 additions and 8 deletions
-1
View File
@@ -78,7 +78,6 @@ namespace cryptonote
BEGIN_SERIALIZE_OBJECT()
FIELD(key)
FIELD(asset_type)
VARINT_FIELD(unlock_time)
FIELD(view_tag)
FIELD(encrypted_janus_anchor)
END_SERIALIZE()