xmr-btc-swap/swap
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.
2021-07-07 16:01:33 +10:00
..
src Don't import tracing's macros 2021-07-07 16:01:33 +10:00
tests Add a mandatory --change-address parameter to buy-xmr 2021-07-06 20:07:53 +10:00
Cargo.toml Add a mandatory --change-address parameter to buy-xmr 2021-07-06 20:07:53 +10:00