move intermediate to proto dir

This commit is contained in:
William Banfield
2022-03-03 12:29:27 -05:00
parent 78e0e274c5
commit c308c9b63d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
syntax = "proto3";
package intermediate.abci;
package tendermint.abci;
// For more information on gogo.proto, see:
// https://github.com/gogo/protobuf/blob/master/extensions.md

View File

@@ -1,5 +1,5 @@
syntax = "proto3";
package intermediate.types;
package tendermint.types;
import "gogoproto/gogo.proto";
import "google/protobuf/timestamp.proto";