Skip to content

Commit

Permalink
Add hc_vote_tx chain object (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanssv authored Oct 29, 2024
1 parent b26e6d1 commit 1fe1038
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/aeser_chain_objects.erl
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,9 @@ tag(accounts_mtree) -> 626;
tag(compiler_sophia) -> 70;
tag(ga_attach_tx) -> 80;
tag(ga_meta_tx) -> 81;
tag(paying_for_tx) -> 82;
tag(ga_meta_tx_auth_data) -> 810;
tag(paying_for_tx) -> 82;
tag(hc_vote_tx) -> 83;
tag(key_block) -> 100;
tag(micro_block) -> 101;
tag(light_micro_block) -> 102;
Expand Down Expand Up @@ -151,8 +152,9 @@ rev_tag(626) -> accounts_mtree;
rev_tag(70) -> compiler_sophia;
rev_tag(80) -> ga_attach_tx;
rev_tag(81) -> ga_meta_tx;
rev_tag(82) -> paying_for_tx;
rev_tag(810) -> ga_meta_tx_auth_data;
rev_tag(82) -> paying_for_tx;
rev_tag(83) -> hc_vote_tx;
rev_tag(100) -> key_block;
rev_tag(101) -> micro_block;
rev_tag(102) -> light_micro_block;
Expand Down

0 comments on commit 1fe1038

Please sign in to comment.