mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 15:11:09 +02:00
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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user