remove cli mod

This commit is contained in:
Godmode Galactus 2023-10-20 10:32:58 +02:00
parent 77ff31a547
commit b7964e3e9f
No known key found for this signature in database
GPG Key ID: A04142C71ABB0DEA
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ use yellowstone_grpc_proto::prelude::{
mod block_info;
mod postgres;
mod transaction_info;
mod cli;
#[tokio::main()]
async fn main() {