Update paychmgr/store.go

Co-authored-by: dirkmc <dirkmdev@gmail.com>
This commit is contained in:
Łukasz Magiera 2022-02-14 20:42:45 +01:00 committed by GitHub
parent 36a1934845
commit f9485eb9c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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