walletrpc: fix description of bumpfee.immediate

It waits for the next block and sends CPFP even if there are no other
inputs to form a batch.
This commit is contained in:
Boris Nagaev
2025-02-17 13:05:40 -03:00
parent 01819f0d42
commit 0916f3e9b3
3 changed files with 3 additions and 3 deletions

View File

@@ -1216,7 +1216,7 @@ message BumpFeeRequest {
/*
Optional. Whether this input will be swept immediately. When set to true,
the sweeper will sweep this input without waiting for the next batch.
the sweeper will sweep this input without waiting for the next block.
*/
bool immediate = 6;