chainntnfs/txnotiifer: define MaxNumConfs supported as ReorgSafetyLimit
This commit is contained in:
parent
fd2bfaa007
commit
5be8f08b16
@ -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…
Reference in New Issue
Block a user