mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-25 13:12:11 +02:00
rename wallet to lnwallet
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
package revocation
|
||||
|
||||
import "github.com/btcsuite/btcd/wire"
|
||||
import (
|
||||
"sync"
|
||||
|
||||
"github.com/btcsuite/btcd/wire"
|
||||
)
|
||||
|
||||
// chainFragment...
|
||||
type chainFragment struct {
|
||||
@@ -11,6 +15,8 @@ type chainFragment struct {
|
||||
// HyperShaChain...
|
||||
// * https://github.com/rustyrussell/ccan/blob/master/ccan/crypto/shachain/design.txt
|
||||
type HyperShaChain struct {
|
||||
sync.RWMutex
|
||||
|
||||
lastChainIndex uint64
|
||||
|
||||
chainFragments []chainFragment
|
||||
|
Reference in New Issue
Block a user