Skip to content

Commit b08bc99

Browse files
authored
Merge pull request #9518 from starius/bumpfee-immediate-doc-fix
walletrpc: fix description of bumpfee.immediate
2 parents 5ee81e1 + 0916f3e commit b08bc99

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lnrpc/walletrpc/walletkit.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lnrpc/walletrpc/walletkit.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1216,7 +1216,7 @@ message BumpFeeRequest {
12161216

12171217
/*
12181218
Optional. Whether this input will be swept immediately. When set to true,
1219-
the sweeper will sweep this input without waiting for the next batch.
1219+
the sweeper will sweep this input without waiting for the next block.
12201220
*/
12211221
bool immediate = 6;
12221222

lnrpc/walletrpc/walletkit.swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,7 @@
14401440
},
14411441
"immediate": {
14421442
"type": "boolean",
1443-
"description": "Optional. Whether this input will be swept immediately. When set to true,\nthe sweeper will sweep this input without waiting for the next batch."
1443+
"description": "Optional. Whether this input will be swept immediately. When set to true,\nthe sweeper will sweep this input without waiting for the next block."
14441444
},
14451445
"budget": {
14461446
"type": "string",

0 commit comments

Comments
 (0)