From d87adfd58333b70a725e707a2caf8a4604e6a126 Mon Sep 17 00:00:00 2001 From: Ulf Wiger Date: Mon, 12 Aug 2019 10:23:13 +0200 Subject: [PATCH] Add channel_offchain_update_meta object --- src/aeser_chain_objects.erl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/aeser_chain_objects.erl b/src/aeser_chain_objects.erl index 8c27119..7eb6e13 100644 --- a/src/aeser_chain_objects.erl +++ b/src/aeser_chain_objects.erl @@ -70,6 +70,7 @@ 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(channel_offchain_update_meta) -> 576; tag(channel_client_reconnect_tx) -> 575; tag(channel) -> 58; tag(channel_snapshot_solo_tx) -> 59; @@ -126,6 +127,7 @@ 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(576) -> channel_offchain_update_meta; rev_tag(575) -> channel_client_reconnect_tx; rev_tag(58) -> channel; rev_tag(59) -> channel_snapshot_solo_tx; -- 2.30.2