From 3eec4609d203d308072b53abe40c00b3cb0b4c18 Mon Sep 17 00:00:00 2001 From: Dimitar Ivanov Date: Thu, 25 Apr 2019 14:32:54 +0300 Subject: [PATCH] Remove pinned environment serialization --- src/aeser_chain_objects.erl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/aeser_chain_objects.erl b/src/aeser_chain_objects.erl index 57d87e5..5274135 100644 --- a/src/aeser_chain_objects.erl +++ b/src/aeser_chain_objects.erl @@ -70,7 +70,6 @@ tag(channel_offchain_update_deposit) -> 571; tag(channel_offchain_update_withdraw) -> 572; tag(channel_offchain_update_create_contract) -> 573; tag(channel_offchain_update_call_contract) -> 574; -tag(pinned_block) -> 575; tag(channel) -> 58; tag(channel_snapshot_solo_tx) -> 59; tag(trees_poi) -> 60; @@ -126,7 +125,6 @@ rev_tag(571) -> channel_offchain_update_deposit; rev_tag(572) -> channel_offchain_update_withdraw; rev_tag(573) -> channel_offchain_update_create_contract; rev_tag(574) -> channel_offchain_update_call_contract; -rev_tag(575) -> pinned_block; rev_tag(58) -> channel; rev_tag(59) -> channel_snapshot_solo_tx; rev_tag(60) -> trees_poi;