Skip to content

Commit

Permalink
fixup! rpc: add query and set RPC endpoints for federation sync config
Browse files Browse the repository at this point in the history
  • Loading branch information
ffranr committed Oct 4, 2023
1 parent 2807e09 commit e037319
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions taprpc/universerpc/universe.proto
Original file line number Diff line number Diff line change
Expand Up @@ -503,11 +503,6 @@ message SetFederationSyncConfigResponse {
// federation syncing.
message GeneralFederationSyncConfig {
string proof_types = 1;

// // This flag indicates that, in general, only issuance proofs should
// be
// // synced.
// bool only_sync_issuance_proofs = 1;
}

// AssetFederationSyncConfig is an asset universe specific configuration for
Expand All @@ -517,16 +512,6 @@ message AssetFederationSyncConfig {
ID id = 1;

string proof_types = 2;

// // This flag indicates that the given universe should be excluded from
// the
// // federation sync process.
// bool exclude = 2;
//
// // This flag indicates that only issuance proofs should be synced for
// the
// // given universe.
// bool only_sync_issuance_proofs = 3;
}

message QueryFederationSyncConfigRequest {
Expand Down

0 comments on commit e037319

Please sign in to comment.