mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-02 03:26:23 -04:00
Print swap history on --history flag
This commit is contained in:
parent
ecbfed9c11
commit
ac2cfd7f65
4 changed files with 48 additions and 8 deletions
|
@ -8,6 +8,11 @@ mod e2e_test {
|
|||
use swap::{alice, bob, network::transport::build};
|
||||
use testcontainers::clients::Cli;
|
||||
|
||||
// NOTE: For some reason running these tests overflows the stack. In order to
|
||||
// mitigate this run them with:
|
||||
//
|
||||
// RUST_MIN_STACK=100000000 cargo test
|
||||
|
||||
#[tokio::test]
|
||||
async fn swap() {
|
||||
let alice_multiaddr: Multiaddr = "/ip4/127.0.0.1/tcp/9876"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue