Merge pull request #4108 from jnewbery/2020-03-min-htlc-comment

[Docs] fix defaultBitcoinMinHTLCInMSat comment
This commit is contained in:
Johan T. Halseth 2020-03-24 13:02:04 +01:00 committed by GitHub
commit 1d2985ce33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
//