Versions in this module Expand all Collapse all v0 v0.1.9 Jan 17, 2023 Changes in this version + var ErrNoChanInfoFound = fmt.Errorf("no chan info found") + func FetchChanInfo(chanBucket kvdb.RBucket, c *OpenChannel, legacy bool) error + func MigrateHistoricalBalances(tx kvdb.RwTx) error + func PutChanInfo(chanBucket kvdb.RwBucket, c *OpenChannel, legacy bool) error + func UseLogger(logger btclog.Logger) + type OpenChannel struct