Rename file with dashes to having underscores

This commit is contained in:
Luke Parker 2023-01-30 04:27:39 -05:00
parent 9e01588b11
commit b6f9a1f8b6
No known key found for this signature in database

View file

@ -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;