Add missing tag for proposal_gossip_tx
Gajumaru Serialization Tests / tests (push) Successful in 11s

This commit is contained in:
Ulf Wiger
2026-07-06 10:55:20 +02:00
parent dbfc013c8a
commit a368c64f7e
+2
View File
@@ -119,6 +119,7 @@ tag(account_key_store) -> 144;
tag(account_create_tx) -> 145; tag(account_create_tx) -> 145;
tag(account_sig_store) -> 146; tag(account_sig_store) -> 146;
tag(auth_tx) -> 147; tag(auth_tx) -> 147;
tag(proposal_gossip_tx) -> 148;
tag(pof) -> 200. tag(pof) -> 200.
rev_tag(10) -> account; rev_tag(10) -> account;
@@ -202,4 +203,5 @@ rev_tag(144) -> account_key_store;
rev_tag(145) -> account_create_tx; rev_tag(145) -> account_create_tx;
rev_tag(146) -> account_sig_store; rev_tag(146) -> account_sig_store;
rev_tag(147) -> auth_tx; rev_tag(147) -> auth_tx;
rev_tag(148) -> proposal_gossip_tx;
rev_tag(200) -> pof. rev_tag(200) -> pof.