Skip to content

Commit

Permalink
Add reserved to proto
Browse files Browse the repository at this point in the history
  • Loading branch information
gianbelinche committed Nov 15, 2024
1 parent f55a424 commit c04bcb6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/lib/protobuf_config/src/proto/config/da_client.proto
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ message DisperserConfig {
}

message EigenConfig {
reserved 1,2;
oneof config {
MemStoreConfig mem_store = 1;
DisperserConfig disperser = 2;
MemStoreConfig mem_store = 3;
DisperserConfig disperser = 4;
}
}

Expand Down

0 comments on commit c04bcb6

Please sign in to comment.