mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
chore: remove test-utils, arbitrary and proptest from built binary (#9332)
This commit is contained in:
@ -172,8 +172,9 @@ impl<TX: DbTx + 'static> DatabaseProvider<TX> {
|
||||
}
|
||||
|
||||
impl<TX: DbTxMut + DbTx> DatabaseProvider<TX> {
|
||||
#[cfg(any(test, feature = "test-utils"))]
|
||||
/// Inserts an historical block. Used for setting up test environments
|
||||
// TODO: uncomment below, once `reth debug_cmd` has been feature gated with dev.
|
||||
// #[cfg(any(test, feature = "test-utils"))]
|
||||
/// Inserts an historical block. **Used for setting up test environments**
|
||||
pub fn insert_historical_block(
|
||||
&self,
|
||||
block: SealedBlockWithSenders,
|
||||
|
||||
Reference in New Issue
Block a user