From 383b50acb88d6b8e96778bbb517b36eaaada3ac1 Mon Sep 17 00:00:00 2001 From: Mrmaxmeier Date: Fri, 25 Aug 2017 15:22:25 +0200 Subject: [PATCH] fix typo in doc comment (1000 mSAT == 1 SAT) --- lnwire/msat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnwire/msat.go b/lnwire/msat.go index 8636e7e5..1a1e21e0 100644 --- a/lnwire/msat.go +++ b/lnwire/msat.go @@ -11,7 +11,7 @@ import ( const mSatScale int64 = 1000 // MilliSatoshi are the native unit of the Lightning Network. A milli-satoshi -// is simply 1/1000th of a satoshi. There are 100 milli-satoshis in a single +// is simply 1/1000th of a satoshi. There are 1000 milli-satoshis in a single // satoshi. Within the network, all HTLC payments are denominated in // milli-satoshis. As milli-satoshis aren't deliverable on the native // blockchain, before settling to broadcasting, the values are rounded down to