Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
Signed-off-by: Naohiro Yoshida <[email protected]>
  • Loading branch information
Naohiro Yoshida committed Jan 21, 2025
1 parent f8d5deb commit 8fa06ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions light-client/src/header/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,10 @@ pub(crate) mod test {
&self.headers
}

pub(crate) fn eth_header_mut(&mut self) -> &mut ETHHeaders {

Check warning on line 283 in light-client/src/header/mod.rs

View workflow job for this annotation

GitHub Actions / ci

method `eth_header_mut` is never used
&mut self.headers
}

pub(crate) fn new(
account_proof: Vec<u8>,
headers: ETHHeaders,
Expand Down

0 comments on commit 8fa06ff

Please sign in to comment.