mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
nursery_store: adds a new file for utxon database
This commit introduces a new type called a NurseryStore which abstract many of the persistent operations required by the utxo nursery. The code in this commit is intentionally introduced as dead code, as the utxo nursery will later be modified to hook into the new database. It is designed to support incubation of commitment and htlc outputs, and includes full chain segmentation!
This commit is contained in:
parent
5dbf5084e7
commit
a8450875f6
1 changed files with 1361 additions and 0 deletions
1361
nursery_store.go
Normal file
1361
nursery_store.go
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue