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 e4c7bff
Showing 1 changed file with 1 addition and 1 deletion.
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 e4c7bff

Please sign in to comment.