Explorar el Código

faucet/src/main: remove TODO mark

Sombra hace 3 años
padre
commit
140e265198
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      bin/faucetd/src/main.rs

+ 0 - 1
bin/faucetd/src/main.rs

@@ -552,7 +552,6 @@ async fn realmain(args: Args, ex: Arc<smol::Executor<'_>>) -> Result<()> {
     let wallet = init_wallet(&args.wallet_path, &args.wallet_pass).await?;
 
     // Initialize or open sled database
-    // TODO: Use proper OsPath here, not {}/{}
     let db_path =
         Path::new(expand_path(&args.database)?.to_str().unwrap()).join(args.chain.clone());
     let sled_db = sled::open(&db_path)?;