Skip to content

Commit

Permalink
change package from access to executiondata
Browse files Browse the repository at this point in the history
  • Loading branch information
treethought committed Oct 16, 2023
1 parent 8e462ad commit a583865
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions protobuf/flow/executiondata/executiondata.proto
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
syntax = "proto3";

package flow.access;
package flow.executiondata;

option go_package = "github.com/onflow/flow/protobuf/go/flow/access";
option java_package = "org.onflow.protobuf.access";
option go_package = "github.com/onflow/flow/protobuf/go/flow/executiondata";
option java_package = "org.onflow.protobuf.executiondata";

import "flow/entities/block_execution_data.proto";
import "flow/entities/event.proto";
Expand Down

0 comments on commit a583865

Please sign in to comment.