mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-13 18:10:25 +02:00
multi: move all channelstate operations to ChannelStateDB
This commit is contained in:
committed by
Oliver Gugger
parent
ddea833d31
commit
11cf4216e4
@@ -34,7 +34,7 @@ const (
|
||||
// need the secret key chain in order obtain the prior shachain root so we can
|
||||
// verify the DLP protocol as initiated by the remote node.
|
||||
type chanDBRestorer struct {
|
||||
db *channeldb.DB
|
||||
db *channeldb.ChannelStateDB
|
||||
|
||||
secretKeys keychain.SecretKeyRing
|
||||
|
||||
|
Reference in New Issue
Block a user