Skip to content

Commit

Permalink
docs(dip31): update field name
Browse files Browse the repository at this point in the history
  • Loading branch information
thephez committed Oct 21, 2024
1 parent c9eed2b commit 0f74cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dip-0031.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ system and introduced in Protocol Version `70235`.
| protxHash | uint256 | 32 | The protxHash of the evonode being banned |
| signedHeight | int32_t | 4 | The height at which this message was signed by the platform quorum |
| quorumHash | uint256 | 32 | The quorumHash of the quorum which signed the message |
| blsSignature | byte[] | 96 | The BLS signature over the message, by the quorum identified by quorumHash |
| signature | byte[] | 96 | The BLS signature over the message, by the quorum identified by quorumHash |

Note: this P2P message intentionally excludes an internal version; instead, it is versioned via the
Protocol Version.
Expand Down

0 comments on commit 0f74cce

Please sign in to comment.