mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-10 21:04:40 +00:00
Rename file with dashes to having underscores
This commit is contained in:
parent
9e01588b11
commit
b6f9a1f8b6
1 changed files with 1 additions and 1 deletions
|
@ -18,13 +18,13 @@ use monero_rpc::{
|
|||
};
|
||||
|
||||
use monero_serai::{
|
||||
transaction::Transaction,
|
||||
wallet::{
|
||||
address::{Network, AddressSpec, SubaddressIndex, MoneroAddress},
|
||||
extra::MAX_TX_EXTRA_NONCE_SIZE,
|
||||
Scanner,
|
||||
},
|
||||
rpc::Rpc,
|
||||
transaction::Transaction,
|
||||
};
|
||||
|
||||
mod runner;
|
Loading…
Reference in a new issue