mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
chainntnfs/txnotiifer: define MaxNumConfs supported as ReorgSafetyLimit
This commit is contained in:
parent
fd2bfaa007
commit
5be8f08b16
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ const (
|
||||||
// handled correctly. The average number of blocks in a day is a
|
// handled correctly. The average number of blocks in a day is a
|
||||||
// reasonable value to use.
|
// reasonable value to use.
|
||||||
ReorgSafetyLimit = 144
|
ReorgSafetyLimit = 144
|
||||||
|
|
||||||
|
// MaxNumConfs is the maximum number of confirmations that can be
|
||||||
|
// requested on a transaction.
|
||||||
|
MaxNumConfs = ReorgSafetyLimit
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
Loading…
Add table
Reference in a new issue