()
| 62 | } |
| 63 | |
| 64 | pub(crate) fn client() -> HttpClient { |
| 65 | let url = format!("http://{}", ADDRESS); |
| 66 | HttpClientBuilder::default().build(url).unwrap() |
| 67 | } |
| 68 | |
| 69 | pub(crate) async fn setup() -> (Arc<Mutex<BlockChain>>, H160, H160) { |
| 70 | // Storage::destroy(DATABASE_NAME).unwrap(); |
nothing calls this directly
no outgoing calls
no test coverage detected