Set GRPC block to be just SSZ

This commit is contained in:
Paul Hauner
2019-03-26 12:32:38 +11:00
parent 33d0f29221
commit d4fecd8a84
3 changed files with 43 additions and 58 deletions

View File

@@ -83,10 +83,7 @@ message PublishBeaconBlockResponse {
}
message BeaconBlock {
uint64 slot = 1;
bytes block_root = 2;
bytes randao_reveal = 3;
bytes signature = 4;
bytes ssz = 1;
}
/*