Skip to content

Commit

Permalink
fix: Handle new Revoke message in CustomMessageHandler impl
Browse files Browse the repository at this point in the history
  • Loading branch information
luckysori committed Jul 27, 2023
1 parent 5f899ab commit 86118ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dlc-messages/src/message_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ fn read_dlc_message<R: ::std::io::Read>(
(SUB_CHANNEL_ACCEPT, Accept),
(SUB_CHANNEL_CONFIRM, Confirm),
(SUB_CHANNEL_FINALIZE, Finalize),
(SUB_CHANNEL_REVOKE, Revoke),
(SUB_CHANNEL_CLOSE_OFFER, CloseOffer),
(SUB_CHANNEL_CLOSE_ACCEPT, CloseAccept),
(SUB_CHANNEL_CLOSE_CONFIRM, CloseConfirm),
Expand Down

0 comments on commit 86118ee

Please sign in to comment.