fix: warn fix

This commit is contained in:
Oleksandr Pravdyvyi 2025-05-30 09:29:56 +03:00
parent 894ba19345
commit 7e47ecd91e

View File

@ -2,7 +2,7 @@ use std::path::Path;
use anyhow::{anyhow, Result};
use common::block::Block;
use log::{error, warn};
use log::error;
use storage::sc_db_utils::{DataBlob, DataBlobChangeVariant};
use storage::RocksDBIO;