Skip to content

Conversation

@kilavvy
Copy link

@kilavvy kilavvy commented Nov 26, 2025

Register the mandatory --receiveraddress option in SetupReclaimCommand, enabling users to pass the receiver address without hitting null references.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a bug in the reclaim CLI command where the mandatory --receiveraddress option was defined but not registered with the command, causing null reference errors when users attempted to use the command.

Key Changes

  • Adds the missing command.Add(receiverOption) registration in SetupReclaimCommand at line 257

You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.

@flcl42
Copy link
Contributor

flcl42 commented Dec 3, 2025

Covered by #9872

@flcl42 flcl42 closed this Dec 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants