Add chain object tag for receive_tx
Gajumaru Serialization Tests / tests (push) Successful in 48m32s

This commit is contained in:
Ulf Wiger
2026-08-14 16:08:44 +02:00
parent 79b43b0665
commit 4abecdbda9
+2
View File
@@ -121,6 +121,7 @@ tag(account_sig_store) -> 146;
tag(auth_tx) -> 147;
tag(proposal_gossip_tx) -> 148;
tag(account_auth_update_tx) -> 149;
tag(receive_tx) -> 150;
tag(pof) -> 200.
rev_tag(10) -> account;
@@ -206,4 +207,5 @@ rev_tag(146) -> account_sig_store;
rev_tag(147) -> auth_tx;
rev_tag(148) -> proposal_gossip_tx;
rev_tag(149) -> account_auth_update_tx;
rev_tag(150) -> receive_tx;
rev_tag(200) -> pof.