lnwallet: note to future roasbeef
This commit is contained in:
parent
ef7a2aa553
commit
7648fee903
@ -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)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user