contractcourt: catch error when no historical bucket exists

For older nodes, this bucket was never created, so we'll get an error if
we try and query it. In this commit, we catch this error like we do when
a given channel doesn't have the information (but the bucket actually
exists).

Fixes #6155
This commit is contained in:
Olaoluwa Osuntokun
2022-01-13 15:05:48 -08:00
parent 2682ca3e22
commit 91f32ad270
3 changed files with 9 additions and 3 deletions

View File

@@ -329,6 +329,7 @@ var dbTopLevelBuckets = [][]byte{
metaBucket,
closeSummaryBucket,
outpointBucket,
historicalChannelBucket,
}
// Wipe completely deletes all saved state within all used buckets within the