diff --git a/src/gmser_chain_objects.erl b/src/gmser_chain_objects.erl index 636af6e..3d63b22 100644 --- a/src/gmser_chain_objects.erl +++ b/src/gmser_chain_objects.erl @@ -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.