Optimize BPF logs (#6186)
This commit is contained in:
@ -57,5 +57,4 @@ mod tests {
|
||||
let stored_state: u64 = account.state().unwrap();
|
||||
assert_eq!(stored_state, state);
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -243,5 +243,4 @@ mod tests {
|
||||
assert_eq!(block.hash(), loaded_block.hash());
|
||||
let _ignored = std::fs::remove_file(&path);
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -134,5 +134,4 @@ mod tests {
|
||||
Err(ParseHashError::Invalid)
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -235,5 +235,4 @@ mod tests {
|
||||
Err(ParseSignatureError::Invalid)
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user