mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-12 05:59:23 +00:00
Begin crate smashing
This commit is contained in:
@@ -349,7 +349,7 @@ async fn mint_and_burn_test() {
|
||||
Protocol,
|
||||
transaction::Timelock,
|
||||
wallet::{
|
||||
ViewPair, Scanner, Decoys, Change, FeePriority, SignableTransaction,
|
||||
ViewPair, Scanner, DecoySelection, Decoys, Change, FeePriority, SignableTransaction,
|
||||
address::{Network, AddressType, AddressMeta, MoneroAddress},
|
||||
},
|
||||
decompress_point,
|
||||
|
||||
@@ -35,5 +35,8 @@ dkg = { path = "../../crypto/dkg", default-features = false }
|
||||
|
||||
bitcoin-serai = { path = "../../coins/bitcoin", default-features = false, features = ["hazmat"] }
|
||||
|
||||
monero-io = { path = "../../coins/monero/io", default-features = false }
|
||||
monero-generators = { path = "../../coins/monero/generators", default-features = false }
|
||||
monero-primitives = { path = "../../coins/monero/primitives", default-features = false }
|
||||
monero-clsag = { path = "../../coins/monero/ringct/clsag", default-features = false }
|
||||
monero-serai = { path = "../../coins/monero", default-features = false }
|
||||
|
||||
@@ -440,7 +440,8 @@ impl Wallet {
|
||||
Protocol,
|
||||
wallet::{
|
||||
address::{Network, AddressType, AddressMeta, Address},
|
||||
SpendableOutput, Decoys, Change, FeePriority, Scanner, SignableTransaction,
|
||||
SpendableOutput, DecoySelection, Decoys, Change, FeePriority, Scanner,
|
||||
SignableTransaction,
|
||||
},
|
||||
rpc::HttpRpc,
|
||||
decompress_point,
|
||||
|
||||
Reference in New Issue
Block a user