Skip to content

Commit

Permalink
rollup stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
protolambda committed Apr 24, 2022
1 parent c3b4804 commit b24bfaa
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
24 changes: 22 additions & 2 deletions gointerfaces/remote/ethbackend.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions interfaces/remote/ethbackend.proto
Expand Up @@ -100,6 +100,8 @@ message EnginePayloadAttributes {
uint64 timestamp = 1;
types.H256 prevRandao = 2;
types.H160 suggestedFeeRecipient = 3;
bool noTxPool = 4;
repeated bytes transactions = 5;
}

message EngineForkChoiceState {
Expand Down

0 comments on commit b24bfaa

Please sign in to comment.