mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-25 12:06:02 +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::{
|
use monero_serai::{
|
||||||
|
transaction::Transaction,
|
||||||
wallet::{
|
wallet::{
|
||||||
address::{Network, AddressSpec, SubaddressIndex, MoneroAddress},
|
address::{Network, AddressSpec, SubaddressIndex, MoneroAddress},
|
||||||
extra::MAX_TX_EXTRA_NONCE_SIZE,
|
extra::MAX_TX_EXTRA_NONCE_SIZE,
|
||||||
Scanner,
|
Scanner,
|
||||||
},
|
},
|
||||||
rpc::Rpc,
|
rpc::Rpc,
|
||||||
transaction::Transaction,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
mod runner;
|
mod runner;
|
Loading…
Reference in a new issue