Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
an Entry needs to be multiple of 4 bytes long
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-solana authored and solana-grimes committed Jun 26, 2018
1 parent 4e2f1a5 commit eb63dbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/entry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ pub struct Entry {
/// 2. this Entry can be left out of the bank's entry_id cache for
/// purposes of duplicate rejection
pub has_more: bool,

erasure_pad: [u8; 3],
}

impl Entry {
Expand Down

0 comments on commit eb63dbc

Please sign in to comment.