Add mint_tx and account currency store serialization tags #64

Open
uwiger wants to merge 3 commits from uw-account-mint into uw-auth-groups
Showing only changes of commit 01c1de5d3d - Show all commits
+6
View File
@@ -121,6 +121,9 @@ tag(account_sig_store) -> 146;
tag(auth_tx) -> 147;
tag(proposal_gossip_tx) -> 148;
tag(account_auth_update_tx) -> 149;
tag(mint_tx) -> 150;
tag(account_currency_store) -> 151;
tag(account_currency_balance) -> 152;
tag(pof) -> 200.
rev_tag(10) -> account;
@@ -206,4 +209,7 @@ 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) -> mint_tx;
rev_tag(151) -> account_currency_store;
rev_tag(152) -> account_currency_balance;
rev_tag(200) -> pof.