Move monero ser/deser to monero module

This commit is contained in:
rishflab 2021-01-08 10:44:31 +11:00
parent e7c00d742e
commit f64eede5d8
5 changed files with 101 additions and 105 deletions

View file

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