Skip to content

Commit

Permalink
move state.proto back into sync dir
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonLStarkWare committed Dec 5, 2024
1 parent 852b78b commit fe408de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion p2p/proto/snapshot.proto
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
syntax = "proto3";

import "p2p/proto/common.proto";
import "p2p/proto/state.proto";
import "p2p/proto/sync/state.proto";
import "p2p/proto/class.proto";

option go_package = "github.com/starknet-io/starknet-p2pspecs/p2p/proto/snapshot";
Expand Down
2 changes: 1 addition & 1 deletion p2p/proto/state.proto → p2p/proto/sync/state.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ syntax = "proto3";
import "p2p/proto/common.proto";
import "p2p/proto/sync/common.proto";

option go_package = "github.com/starknet-io/starknet-p2pspecs/p2p/proto/state";
option go_package = "github.com/starknet-io/starknet-p2pspecs/p2p/proto/sync/state";


// optimized for flat storage, not through a trie (not sharing key prefixes)
Expand Down

0 comments on commit fe408de

Please sign in to comment.