mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-30 20:46:33 -05:00
WIP: Test simplified swap execution
This commit is contained in:
parent
dd07e2f882
commit
ff7daf16f3
6 changed files with 552 additions and 4 deletions
|
|
@ -1,6 +1,7 @@
|
|||
use serde::{Deserialize, Serialize};
|
||||
use std::fmt::{self, Display};
|
||||
|
||||
pub mod alice;
|
||||
pub mod bitcoin;
|
||||
pub mod bob;
|
||||
pub mod bob_simple;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue