Skip to content

Commit

Permalink
fixup! tapdb+universe: add store general and uni specific fed sync co…
Browse files Browse the repository at this point in the history
…nfig
  • Loading branch information
ffranr committed Oct 3, 2023
1 parent e69617e commit 0b085c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions universe/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -557,10 +557,12 @@ type FederationLog interface {
type SyncProofTypes int

const (
// SyncProofTypesNone indicates that no proofs should be synced.
// SyncProofTypesNone indicates that all proofs should be excluded from
// the sync process.
SyncProofTypesNone SyncProofTypes = iota

// SyncProofTypesIssuance indicates that only issuance proofs should be synced.
// SyncProofTypesIssuance indicates that only issuance proofs should be
// synced.
SyncProofTypesIssuance

// SyncProofTypesAll indicates that issuance and transfer proofs should
Expand Down

0 comments on commit 0b085c3

Please sign in to comment.