You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xmr-btc-swap/swap/src/asb
Thomas Eizinger 78480547d5
Don't import tracing's macros
Log statements end up getting changed constantly and having to clean
up imports after that is annoying, for example, if the last `info!`
in a file disappears, you end up with an unused import warning.

Fully qualifying tracing's macros prevents that and also communicates
clearly that we are using tracing and not log.
3 years ago
..
recovery Move files from `protocol` to appropriate module 3 years ago
command.rs Merge patterns of nested match 3 years ago
config.rs Don't import tracing's macros 3 years ago
event_loop.rs Integrate rendezvous protocol into ASB 3 years ago
network.rs Add isolated test for `list_sellers` function 3 years ago
rate.rs Add a configurable spread to the ASB 4 years ago
recovery.rs Move files from `protocol` to appropriate module 3 years ago
tracing.rs Toggle json logs using commandline flag. 3 years ago