mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-10 07:20:07 -04:00
Test monero amount serialisation
This commit is contained in:
parent
28ffe063b7
commit
fea6b29da9
2 changed files with 12 additions and 0 deletions
|
@ -82,6 +82,7 @@ mod tests {
|
|||
use serde::{Deserialize, Serialize};
|
||||
use std::str::FromStr;
|
||||
use xmr_btc::serde::monero_private_key;
|
||||
use xmr_btc::{CrossCurveScalar, Curve25519Scalar};
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize, PartialEq)]
|
||||
pub struct TestState {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue