From 6e4bbc75a06af600c6eddb0f14b71deb29b37359 Mon Sep 17 00:00:00 2001 From: John Newbery Date: Mon, 23 Mar 2020 12:28:28 -0400 Subject: [PATCH] [Docs] fix defaultBitcoinMinHTLCInMSat comment Comment says default value is 0, when it is in fact 1. --- chainregistry.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chainregistry.go b/chainregistry.go index 52e87c8a..97a0e524 100644 --- a/chainregistry.go +++ b/chainregistry.go @@ -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. //