Implemented rotating DNS upstreams from config. Fixed warnings.
This commit is contained in:
@@ -2,6 +2,7 @@ use sqlite::{Connection, State, Statement};
|
||||
|
||||
use crate::{Block, Bytes, Keystore, Transaction};
|
||||
use crate::settings::Settings;
|
||||
#[allow(unused_imports)]
|
||||
use log::{trace, debug, info, warn, error};
|
||||
|
||||
const DB_NAME: &str = "blockchain.db";
|
||||
|
||||
Reference in New Issue
Block a user