Skip to content

Commit

Permalink
docs(weaver): modified besu view rfc
Browse files Browse the repository at this point in the history
  • Loading branch information
VattiPraveen committed Jul 22, 2023
1 parent 86302b6 commit 1d8a4b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions weaver/rfcs/formats/views/besu.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ The view from a Besu network ledger is specified below. It consists of endorsed
5. LogIndex
6. Signatures of validators from extraData (we can obtain a validator's public key from its signature using `recover`)

Take a view at [Besu Block Header Fields](https://github.com/hyperledger/besu/blob/21.7.0/ethereum/core/src/main/java/org/hyperledger/besu/ethereum/core/BlockHeader.java#L199)

```protobuf
syntax = "proto3";
Expand Down

0 comments on commit 1d8a4b7

Please sign in to comment.