satellite/payments/storjscan/storjscan.go: change default block confirmations
Change the default number of required block confirmations for a payment to be confirmed from 12 to 15. Change-Id: I44c258134c293e7691623bc00c504130aa69a96a
This commit is contained in:
parent
9e2a57130a
commit
0b468aca56
@ -19,6 +19,6 @@ type Config struct {
|
||||
Secret string `help:"basic auth secret"`
|
||||
}
|
||||
Interval time.Duration `help:"storjscan chore interval to query new payments for all satellite deposit wallets" default:"1m"`
|
||||
Confirmations int `help:"required number of following blocks in the chain to accept payment as confirmed" default:"12"`
|
||||
Confirmations int `help:"required number of following blocks in the chain to accept payment as confirmed" default:"15"`
|
||||
DisableLoop bool `help:"flag to disable querying new storjscan payments by storjscan chore" default:"true"`
|
||||
}
|
||||
|
2
scripts/testdata/satellite-config.yaml.lock
vendored
2
scripts/testdata/satellite-config.yaml.lock
vendored
@ -734,7 +734,7 @@ identity.key-path: /root/.local/share/storj/identity/satellite/identity.key
|
||||
# payments.storjscan.auth.secret: ""
|
||||
|
||||
# required number of following blocks in the chain to accept payment as confirmed
|
||||
# payments.storjscan.confirmations: 12
|
||||
# payments.storjscan.confirmations: 15
|
||||
|
||||
# flag to disable querying new storjscan payments by storjscan chore
|
||||
# payments.storjscan.disable-loop: true
|
||||
|
Loading…
Reference in New Issue
Block a user