Skip to content

Commit

Permalink
doc: document that urgent doesn't use the 2-block estimate, but the 6…
Browse files Browse the repository at this point in the history
…-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: #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 <rusty@rustcorp.com.au>
  • Loading branch information
rustyrussell authored and ShahanaFarooqui committed Apr 11, 2023
1 parent 49b7afe commit 3f95b55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/lightning-feerates.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ NOTES
Many other commands have a *feerate* parameter. This can be:

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

Expand Down

0 comments on commit 3f95b55

Please sign in to comment.