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
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.
4 years ago
..
src Remove newlines from import statements to avoid problems 4 years ago
tests Fix Alice redeem scenario 4 years ago
Cargo.toml Deterministic peer id from seed for alice 4 years ago