Merge pull request #14 from aeternity/GH-2851-paying_for_tx

Add paying_for_tx to aeser_chain_objects
This commit is contained in:
Dimitar Ivanov 2021-03-10 15:49:31 +02:00 committed by GitHub
commit 58e34ae7b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,6 +90,7 @@ tag(accounts_mtree) -> 626;
tag(compiler_sophia) -> 70; tag(compiler_sophia) -> 70;
tag(ga_attach_tx) -> 80; tag(ga_attach_tx) -> 80;
tag(ga_meta_tx) -> 81; tag(ga_meta_tx) -> 81;
tag(paying_for_tx) -> 82;
tag(key_block) -> 100; tag(key_block) -> 100;
tag(micro_block) -> 101; tag(micro_block) -> 101;
tag(light_micro_block) -> 102; tag(light_micro_block) -> 102;
@ -149,6 +150,7 @@ rev_tag(626) -> accounts_mtree;
rev_tag(70) -> compiler_sophia; rev_tag(70) -> compiler_sophia;
rev_tag(80) -> ga_attach_tx; rev_tag(80) -> ga_attach_tx;
rev_tag(81) -> ga_meta_tx; rev_tag(81) -> ga_meta_tx;
rev_tag(82) -> paying_for_tx;
rev_tag(100) -> key_block; rev_tag(100) -> key_block;
rev_tag(101) -> micro_block; rev_tag(101) -> micro_block;
rev_tag(102) -> light_micro_block; rev_tag(102) -> light_micro_block;