channeldb: remove unused fwdPackageLogBucket key
In this commit, we move the declaration of the key for an unused bucket. In the past, this bucket was used to store the revocation forwarding package log. However, this has been moved under the key `fwdPackagesKey`.
This commit is contained in:
parent
b343ef24e7
commit
874002022f
@ -70,12 +70,6 @@ var (
|
|||||||
// channel closure. This key should be accessed from within the
|
// channel closure. This key should be accessed from within the
|
||||||
// sub-bucket of a target channel, identified by its channel point.
|
// sub-bucket of a target channel, identified by its channel point.
|
||||||
revocationLogBucket = []byte("revocation-log-key")
|
revocationLogBucket = []byte("revocation-log-key")
|
||||||
|
|
||||||
// fwdPackageLogBucket is a bucket that stores the locked-in htlcs after
|
|
||||||
// having received a revocation from the remote party. The keys in this
|
|
||||||
// bucket represent the remote height at which these htlcs were
|
|
||||||
// accepted.
|
|
||||||
fwdPackageLogBucket = []byte("fwd-package-log-key")
|
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
Loading…
Reference in New Issue
Block a user