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