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:
dlamarmorgan 2022-09-22 08:46:05 -07:00 committed by Storj Robot
parent 9e2a57130a
commit 0b468aca56
2 changed files with 2 additions and 2 deletions

View File

@ -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"`
}

View File

@ -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