mirror of
https://github.com/lightning/bolts.git
synced 2025-01-19 05:33:37 +01:00
BOLT 2: clarify that feerate is in *satoshi* per ksipa.
We don't actually say that! Closes: #336 Reported-by: Matt Corallo Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
d5b5284b3b
commit
7ab1665b2a
@ -306,3 +306,4 @@ offerer
|
||||
offerer's
|
||||
incentivize
|
||||
redemptions
|
||||
vbytes
|
||||
|
@ -129,8 +129,8 @@ HTLCs, which allows a node to limit its exposure to HTLCs; similarly,
|
||||
`max_accepted_htlcs` limits the number of outstanding HTLCs the other
|
||||
node can offer.
|
||||
|
||||
`feerate_per_kw` indicates the initial fee rate by 1000-weight
|
||||
(i.e. 1/4 the more normally-used 'fee rate per kilobyte') that this
|
||||
`feerate_per_kw` indicates the initial fee rate in satoshi per 1000-weight
|
||||
(i.e. 1/4 the more normally-used 'satoshi per 1000 vbytes') that this
|
||||
side will pay for commitment and HTLC transactions, as described in
|
||||
[BOLT #3](03-transactions.md#fee-calculation) (this can be adjusted
|
||||
later with an `update_fee` message).
|
||||
|
Loading…
Reference in New Issue
Block a user