mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-20 15:40:48 -04:00
Move monero ser/deser to monero module
This commit is contained in:
parent
e7c00d742e
commit
f64eede5d8
5 changed files with 101 additions and 105 deletions
|
@ -4,8 +4,8 @@ use serde::{Deserialize, Serialize};
|
|||
use crate::{
|
||||
bitcoin::{EncryptedSignature, TxCancel, TxRefund},
|
||||
monero,
|
||||
monero::monero_private_key,
|
||||
protocol::{alice, alice::swap::AliceState},
|
||||
serde::monero_private_key,
|
||||
SwapAmounts,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue