Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
fix: remove proof and metadata from GetConsensusParamsResponse (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Shuplenkov committed Aug 6, 2021
1 parent d42f341 commit d1e1bec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 54 deletions.
10 changes: 0 additions & 10 deletions clients/platform/v0/objective-c/Platform.pbobjc.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 0 additions & 22 deletions clients/platform/v0/objective-c/Platform.pbobjc.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 4 additions & 20 deletions clients/platform/v0/python/platform_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions protos/platform/v0/platform.proto
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,4 @@ message GetConsensusParamsRequest {
message GetConsensusParamsResponse {
ConsensusParamsBlock block = 1;
ConsensusParamsEvidence evidence = 2;
Proof proof = 3;
ResponseMetadata metadata = 4;
}

0 comments on commit d1e1bec

Please sign in to comment.