mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 14:40:30 +01:00
[Docs] fix defaultBitcoinMinHTLCInMSat comment
Comment says default value is 0, when it is in fact 1.
This commit is contained in:
parent
c3ffdb7af4
commit
6e4bbc75a0
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ import (
|
|||
const (
|
||||
// defaultBitcoinMinHTLCMSat is the default smallest value htlc this
|
||||
// node will accept. This value is proposed in the channel open sequence
|
||||
// and cannot be changed during the life of the channel. It is zero by
|
||||
// and cannot be changed during the life of the channel. It is 1 msat by
|
||||
// default to allow maximum flexibility in deciding what size payments
|
||||
// to forward.
|
||||
//
|
||||
|
|
Loading…
Add table
Reference in a new issue