Add support for channel_client_reconnect_tx
This commit is contained in:
parent
3416ff5c1b
commit
cd341370b3
@ -70,6 +70,7 @@ tag(channel_offchain_update_deposit) -> 571;
|
|||||||
tag(channel_offchain_update_withdraw) -> 572;
|
tag(channel_offchain_update_withdraw) -> 572;
|
||||||
tag(channel_offchain_update_create_contract) -> 573;
|
tag(channel_offchain_update_create_contract) -> 573;
|
||||||
tag(channel_offchain_update_call_contract) -> 574;
|
tag(channel_offchain_update_call_contract) -> 574;
|
||||||
|
tag(channel_client_reconnect_tx) -> 575;
|
||||||
tag(channel) -> 58;
|
tag(channel) -> 58;
|
||||||
tag(channel_snapshot_solo_tx) -> 59;
|
tag(channel_snapshot_solo_tx) -> 59;
|
||||||
tag(trees_poi) -> 60;
|
tag(trees_poi) -> 60;
|
||||||
@ -125,6 +126,7 @@ rev_tag(571) -> channel_offchain_update_deposit;
|
|||||||
rev_tag(572) -> channel_offchain_update_withdraw;
|
rev_tag(572) -> channel_offchain_update_withdraw;
|
||||||
rev_tag(573) -> channel_offchain_update_create_contract;
|
rev_tag(573) -> channel_offchain_update_create_contract;
|
||||||
rev_tag(574) -> channel_offchain_update_call_contract;
|
rev_tag(574) -> channel_offchain_update_call_contract;
|
||||||
|
rev_tag(575) -> channel_client_reconnect_tx;
|
||||||
rev_tag(58) -> channel;
|
rev_tag(58) -> channel;
|
||||||
rev_tag(59) -> channel_snapshot_solo_tx;
|
rev_tag(59) -> channel_snapshot_solo_tx;
|
||||||
rev_tag(60) -> trees_poi;
|
rev_tag(60) -> trees_poi;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user