()
| 371 | } |
| 372 | |
| 373 | fn pool_component() -> BasePoolBuilder<BasePooledTransaction> { |
| 374 | BasePoolBuilder::<BasePooledTransaction>::default() |
| 375 | } |
| 376 | |
| 377 | /// A utility for listening to flashblocks WebSocket messages during tests. |
| 378 | /// |
no outgoing calls
no test coverage detected