mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-07 04:20:44 +00:00
move intermediate to proto dir
This commit is contained in:
@@ -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
|
||||
@@ -1,5 +1,5 @@
|
||||
syntax = "proto3";
|
||||
package intermediate.types;
|
||||
package tendermint.types;
|
||||
|
||||
import "gogoproto/gogo.proto";
|
||||
import "google/protobuf/timestamp.proto";
|
||||
Reference in New Issue
Block a user