Skip to content

[v0.1.x-branch] Backport #1075: wavewalletrpc: fix the sweep_all doc comment's flag spelling - #1080

Merged
sputn1ck merged 1 commit into
v0.1.x-branchfrom
backport-1075-to-v0.1.x-branch
Jul 31, 2026
Merged

[v0.1.x-branch] Backport #1075: wavewalletrpc: fix the sweep_all doc comment's flag spelling#1080
sputn1ck merged 1 commit into
v0.1.x-branchfrom
backport-1075-to-v0.1.x-branch

Conversation

@github-actions

Copy link
Copy Markdown

Backport of #1075


Summary

The OnchainAddressRequest.sweep_all doc comment tells readers to use wavecli send --send-all, but the flag the CLI registers is --sweep-all. Anyone copying the invocation from the comment (or from the API reference the SDK generates from it) hits an unknown-flag error.

This corrects the spelling in wallet.proto and regenerates the stubs with make rpc. Comment-only, no wire or behavior change.

Flagged by review on the SDK sync PR (lightninglabs/wavelength-sdk#65), where the typo surfaces in the generated API reference data. It would be good to backport this to v0.1.x-branch so the next v0.1.1 tag carries the fix and the SDK picks it up at its next pin bump.

The OnchainAddressRequest.sweep_all comment points readers at
`wavecli send --send-all`, but the flag the CLI registers is
`--sweep-all`. Correct the spelling so the comment (and the API
reference generated from it downstream) names a flag that exists.

Comment-only change; the stubs are regenerated via `make rpc`.

(cherry picked from commit e18ea87)
@sputn1ck
sputn1ck merged commit 010a4c9 into v0.1.x-branch Jul 31, 2026
17 of 18 checks passed
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.

2 participants