From f9485eb9c253e3faa9304d7ec963233a14e66867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Mon, 14 Feb 2022 20:42:45 +0100 Subject: [PATCH] Update paychmgr/store.go Co-authored-by: dirkmc --- paychmgr/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paychmgr/store.go b/paychmgr/store.go index 7d6ee32be..f3c67e565 100644 --- a/paychmgr/store.go +++ b/paychmgr/store.go @@ -73,7 +73,7 @@ type ChannelInfo struct { // has locally been added to the channel. It should reflect the channel's // Balance on chain as long as all operations occur on the same datastore. Amount types.BigInt - // AvailableAmount indicates how much afil is non-reverved + // AvailableAmount indicates how much afil is non-reserved AvailableAmount types.BigInt // PendingAvailableAmount is available amount that we're awaiting confirmation of PendingAvailableAmount types.BigInt