From efbc2efb425ba1dc8dd1b5b1da4a4246d515af3e Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Sun, 20 May 2018 16:25:48 -0400 Subject: [PATCH] add proposer to header --- types/types.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/types/types.proto b/types/types.proto index d1f27eae3..20101305b 100644 --- a/types/types.proto +++ b/types/types.proto @@ -229,6 +229,9 @@ message Header { // hashes bytes last_block_hash = 6; bytes app_hash = 7; + + // consensus + RequestValidator proposer = 8; } // Validator for use in responses