Skip to content

Commit

Permalink
Adds protocol_version to JsonHeader
Browse files Browse the repository at this point in the history
  • Loading branch information
George-cl committed Mar 3, 2021
1 parent 36645e4 commit ba21f9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/CasperServiceByJsonRPC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export interface JsonHeader {
era_id: number;
height: number;
proposer: string;
protocol_version: string;
}

export interface JsonBlock {
Expand Down

0 comments on commit ba21f9e

Please sign in to comment.