Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit 8024fd5

Browse files
rustyrussellgkrizek
authored andcommitted
doc: document that urgent doesn't use the 2-block estimate, but the 6-block.
Turns out this was accidentally changed for v0.10.1 in d8e6889 where we made fee levels less aggressive. Oops. I guess we can fix the docs. And we now have "2blocks" if you want it really fast! Closes: ElementsProject#6129 Changelog-Fixed: JSON-RPC: `feerates` document correctly that urgent means 6 blocks (not 2), and give better feerate examples. Signed-off-by: Rusty Russell <[email protected]>
1 parent ba047aa commit 8024fd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/lightning-feerates.7.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ NOTES
104104
Many other commands have a *feerate* parameter. This can be:
105105

106106
* One of the strings to use lightningd's internal estimates:
107-
* *urgent* (aim for next block),
108-
* *normal* (next 6 blocks or so)
107+
* *urgent* (next 6 blocks or so)
108+
* *normal* (next 12 blocks or so)
109109
* *slow* (next 100 blocks or so)
110110
* *minimum* for the lowest value bitcoind will currently accept (added in v23.05)
111111

0 commit comments

Comments
 (0)