Skip to content

Commit

Permalink
signer: Add three new messages from CLN v24.02
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed May 31, 2024
1 parent 1dfb3e8 commit 2b93af1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/gl-client/src/signer/resolve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ impl Resolver {
Message::SignAnyLocalHtlcTx(_) => true,
Message::SignAnyRemoteHtlcToUs(_) => true,
Message::LockOutpoint(_) => true,
Message::CheckOutpoint(_) => true,
Message::SignAnyChannelAnnouncement(_) => true,
Message::RevokeCommitmentTx(_) => true,
// Default to rejecting, punting the decision to the next
// step.
_ => false,
Expand Down

0 comments on commit 2b93af1

Please sign in to comment.