Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #179 from darrenldl/dev
Browse files Browse the repository at this point in the history
Removed unused commented out line
  • Loading branch information
darrenldl committed Apr 24, 2019
2 parents b6189fc + 46c5e90 commit 03e9db1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sbx_block/header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ impl Header {
pub fn to_bytes(&self, buffer: &mut [u8]) {
if buffer.len() != 16 {
panic!("Incorrect buffer size");
//return Err(Error::IncorrectBufferSize);
}

{
Expand Down

0 comments on commit 03e9db1

Please sign in to comment.