Skip to content

Commit

Permalink
Merge pull request #329 from lightninglabs/enable-account-autorenew
Browse files Browse the repository at this point in the history
order: set `ExtendAccount` as default batch version
  • Loading branch information
Roasbeef authored Dec 17, 2021
2 parents dccbfea + 2f971db commit 8c65603
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion order/batch.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,13 @@ const (
// ExtendAccountBatchVersion is the first version where accounts expiry
// are extended after participating in a batch.
ExtendAccountBatchVersion BatchVersion = 1
)

const (

// CurrentBatchVersion points to the version used by the client for
// verifying a batch.
CurrentBatchVersion = DefaultBatchVersion
CurrentBatchVersion = ExtendAccountBatchVersion

// LegacyLeaseDurationBucket is the single static duration bucket that
// was used for orders before dynamic duration buckets were added.
Expand Down

0 comments on commit 8c65603

Please sign in to comment.