xmr-btc-swap/swap
Daniel Karzel 44c4b5dcea Remove newlines from import statements to avoid problems
Rust fmt automatically groups the imports (from top to bottom) as `pub use` `use crate` and `use`.
There is no need to introduce sections which cause annoyance when auto importing using the IDE.
2021-01-21 19:10:51 +11:00
..
src Remove newlines from import statements to avoid problems 2021-01-21 19:10:51 +11:00
tests Fix Alice redeem scenario 2021-01-21 12:13:02 +11:00
Cargo.toml Deterministic peer id from seed for alice 2021-01-11 12:00:48 +11:00