diff --git a/core/Tron.proto b/core/Tron.proto index ea86f2d1b..c1e9837f8 100644 --- a/core/Tron.proto +++ b/core/Tron.proto @@ -475,6 +475,7 @@ message BlockHeader { bytes witness_address = 9; int32 version = 10; bytes accountStateRoot = 11; + bytes receiptsRoot = 12; } raw raw_data = 1; bytes witness_signature = 2;