mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-17 09:34:16 -05:00
Sweep all from generated wallet to user wallet
The default implementation for the command was removed because it does not add additional value if we have a mandatory parameter anyway.
This commit is contained in:
parent
5111a12706
commit
66c8401c95
9 changed files with 166 additions and 40 deletions
|
|
@ -1,7 +1,7 @@
|
|||
pub mod wallet;
|
||||
mod wallet_rpc;
|
||||
|
||||
pub use ::monero::{Network, PrivateKey, PublicKey};
|
||||
pub use ::monero::{Address, Network, PrivateKey, PublicKey};
|
||||
pub use curve25519_dalek::scalar::Scalar;
|
||||
pub use wallet::Wallet;
|
||||
pub use wallet_rpc::{WalletRpc, WalletRpcProcess};
|
||||
|
|
@ -10,7 +10,6 @@ use crate::bitcoin;
|
|||
use ::bitcoin::hashes::core::fmt::Formatter;
|
||||
use anyhow::Result;
|
||||
use async_trait::async_trait;
|
||||
use monero::Address;
|
||||
use monero_rpc::wallet::{BlockHeight, Refreshed};
|
||||
use rand::{CryptoRng, RngCore};
|
||||
use rust_decimal::{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue