Skip to content

Commit

Permalink
Merge pull request #139 from p2pderivatives/fix/revoke-renew-type-map…
Browse files Browse the repository at this point in the history
…ping

fix: Add missing renew revoke dlc message
  • Loading branch information
Tibo-lg committed Aug 18, 2023
2 parents ac5ac98 + 0e13bbe commit c46bd5a
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 @@ -193,6 +193,7 @@ fn read_dlc_message<R: ::std::io::Read>(
(RENEW_CHANNEL_ACCEPT_TYPE, RenewAccept),
(RENEW_CHANNEL_CONFIRM_TYPE, RenewConfirm),
(RENEW_CHANNEL_FINALIZE_TYPE, RenewFinalize),
(RENEW_CHANNEL_REVOKE_TYPE, RenewRevoke),
(COLLABORATIVE_CLOSE_OFFER_TYPE, CollaborativeCloseOffer)
),
(
Expand Down

0 comments on commit c46bd5a

Please sign in to comment.