Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio2002 committed Jul 8, 2023
1 parent 3cc6aa9 commit 4adf81d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 0 additions & 3 deletions engine/engine.proto
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,3 @@ message EngineGetPayloadBodiesV1Response {
repeated types.ExecutionPayloadBodyV1 bodies = 1;
}

message PendingBlockReply {
bytes block_rlp = 1;
}
3 changes: 0 additions & 3 deletions execution/execution.proto
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,4 @@ service Execution {
rpc GetHeaderHashNumber(types.H256) returns(GetHeaderHashNumberResponse);
}

message PendingBlockReply {
bytes block_rlp = 1;
}

4 changes: 4 additions & 0 deletions remote/ethbackend.proto
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ enum Event {
NEW_SNAPSHOT = 3;
}

message PendingBlockReply {
bytes block_rlp = 1;
}

message EtherbaseRequest {}

message EtherbaseReply { types.H160 address = 1; }
Expand Down

0 comments on commit 4adf81d

Please sign in to comment.