Optimize BPF logs (#6186)

This commit is contained in:
Jack May
2019-09-30 14:21:29 -07:00
committed by GitHub
parent 97752b4937
commit 520f7c3e18
15 changed files with 46 additions and 48 deletions

View File

@ -57,5 +57,4 @@ mod tests {
let stored_state: u64 = account.state().unwrap();
assert_eq!(stored_state, state);
}
}

View File

@ -243,5 +243,4 @@ mod tests {
assert_eq!(block.hash(), loaded_block.hash());
let _ignored = std::fs::remove_file(&path);
}
}

View File

@ -134,5 +134,4 @@ mod tests {
Err(ParseHashError::Invalid)
);
}
}

View File

@ -235,5 +235,4 @@ mod tests {
Err(ParseSignatureError::Invalid)
);
}
}