Skip to content

Commit

Permalink
Going to be more strict when waiting for payments
Browse files Browse the repository at this point in the history
  • Loading branch information
viktoras authored and viktoras committed Feb 26, 2020
1 parent 3fa392b commit 399afde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion session/pingpong/invoice_tracker.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ type accountantCaller interface {

type settler func(providerID, accountantID identity.Identity) error

const chargePeriodLeeway = time.Hour * 2
const chargePeriodLeeway = time.Minute * 15

type sentInvoice struct {
invoice crypto.Invoice
Expand Down

0 comments on commit 399afde

Please sign in to comment.