Merge pull request #8658 from hidewrong/master

chore: fix struct names
This commit is contained in:
Oliver Gugger
2024-04-24 10:56:20 -06:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ import (
// graduated height and finalized txes. This also prevents people downgrading
// and surprising the downgraded nursery with missing data.
// NurseryStore abstracts the persistent storage layer for the utxo nursery.
// NurseryStorer abstracts the persistent storage layer for the utxo nursery.
// Concretely, it stores commitment and htlc outputs until any time-bounded
// constraints have fully matured. The store exposes methods for enumerating its
// contents, and persisting state transitions detected by the utxo nursery.