Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Dec 12, 2023
1 parent f76ae37 commit 665c807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/erc20_payment_lib/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use std::path::Path;

use crate::err_custom_create;
use crate::error::*;
use erc20_payment_lib_common::{err_create, err_from};
use erc20_payment_lib_common::err_create;
use tokio::fs;
use web3::types::Address;

Expand Down

0 comments on commit 665c807

Please sign in to comment.