mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-28 06:32:18 +02:00
lnwallet: note to future roasbeef
This commit is contained in:
@@ -17,6 +17,8 @@ const (
|
|||||||
// TODO(roasbeef): make not random value
|
// TODO(roasbeef): make not random value
|
||||||
MaxPendingPayments = 10
|
MaxPendingPayments = 10
|
||||||
|
|
||||||
|
// TODO(roasbeef): remove these and use the one's defined in txscript
|
||||||
|
// within testnet-L.
|
||||||
SequenceLockTimeSeconds = uint32(1 << 22)
|
SequenceLockTimeSeconds = uint32(1 << 22)
|
||||||
SequenceLockTimeMask = uint32(0x0000ffff)
|
SequenceLockTimeMask = uint32(0x0000ffff)
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user