1
0
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:
Rusty Russell 2017-12-21 14:42:00 +10:30
parent d5b5284b3b
commit 7ab1665b2a
2 changed files with 3 additions and 2 deletions

View File

@ -306,3 +306,4 @@ offerer
offerer's offerer's
incentivize incentivize
redemptions redemptions
vbytes

View File

@ -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 `max_accepted_htlcs` limits the number of outstanding HTLCs the other
node can offer. node can offer.
`feerate_per_kw` indicates the initial fee rate by 1000-weight `feerate_per_kw` indicates the initial fee rate in satoshi per 1000-weight
(i.e. 1/4 the more normally-used 'fee rate per kilobyte') that this (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 side will pay for commitment and HTLC transactions, as described in
[BOLT #3](03-transactions.md#fee-calculation) (this can be adjusted [BOLT #3](03-transactions.md#fee-calculation) (this can be adjusted
later with an `update_fee` message). later with an `update_fee` message).