Skip to content

fix: update SendOptions parameters for CDK 0.17.2 compatibility#350

Merged
a1denvalu3 merged 1 commit into
mainfrom
chore/update-cdk-dep
Jun 25, 2026
Merged

fix: update SendOptions parameters for CDK 0.17.2 compatibility#350
a1denvalu3 merged 1 commit into
mainfrom
chore/update-cdk-dep

Conversation

@a1denvalu3

Copy link
Copy Markdown
Collaborator

This PR resolves the compilation errors in WithdrawLightningActivity.kt caused by updating the Cashu Dev Kit (CDK) dependency to 0.17.2-rc.1.

Changes

  • Updated the SendOptions instantiation in WithdrawLightningActivity.kt to include the required non-null parameters introduced in the new CDK version:
    • p2pkSigningKeys = emptyList()
    • p2pkLockedProofSendMode = P2pkLockedProofSendMode.SWAP
  • Added the corresponding import for P2pkLockedProofSendMode.

@github-project-automation github-project-automation Bot moved this to Backlog in Numo Jun 25, 2026
@a1denvalu3 a1denvalu3 merged commit aa226b8 into main Jun 25, 2026
4 checks passed
@github-project-automation github-project-automation Bot moved this from Backlog to Done in Numo Jun 25, 2026
@a1denvalu3 a1denvalu3 deleted the chore/update-cdk-dep branch June 25, 2026 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant