solving warning

This commit is contained in:
Godmode Galactus 2023-02-13 22:34:36 +01:00
parent e12fee2c5c
commit e58f287c08
No known key found for this signature in database
GPG Key ID: A04142C71ABB0DEA
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ use dotenv::dotenv;
use lite_rpc::{bridge::LiteBridge, cli::Args};
use log::info;
use solana_sdk::signature::Keypair;
use tokio::runtime::{self, Builder};
use tokio::runtime::Builder;
use std::env;
async fn get_identity_keypair(identity_from_cli: &String) -> Keypair {