Skip to content

Commit 14a2f0c

Browse files
committed
nits
1 parent caba33c commit 14a2f0c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

proto/evnode/v1/evnode.proto

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,33 +18,24 @@ message Version {
1818
message Header {
1919
// Block and App version
2020
Version version = 1;
21-
2221
// Block height
2322
uint64 height = 2;
24-
2523
// Block creation time
2624
uint64 time = 3;
27-
2825
// Previous block info
2926
bytes last_header_hash = 4;
30-
31-
3227
// Block.Data root aka Transactions
3328
bytes data_hash = 6;
34-
3529
// State after applying txs from the current block
3630
bytes app_hash = 8;
37-
3831
// Original proposer of the block
3932
// Note that the address can be derived from the pubkey which can be derived
4033
// from the signature when using secp256k.
4134
// We keep this in case users choose another signature format where the
4235
// pubkey can't be recovered by the signature (e.g. ed25519).
4336
bytes proposer_address = 10;
44-
4537
// validatorhash for compatibility with tendermint light client.
4638
bytes validator_hash = 11;
47-
4839
// Chain ID the block belongs to
4940
string chain_id = 12;
5041

0 commit comments

Comments
 (0)