xmr-btc-swap/swap
Thomas Eizinger 367d75cab6
Reduce code duplication and make evaluation order determinisitic
The Rust compiler doesn't guarantee in which order field initialization
are executed. By extracting them, we can make sure they run in a certain
order. This will be important as we add more validations that can
fail.
2021-07-08 13:31:57 +10:00
..
src Reduce code duplication and make evaluation order determinisitic 2021-07-08 13:31:57 +10:00
tests Add a mandatory --change-address parameter to buy-xmr 2021-07-06 20:07:53 +10:00
build.rs Provide a commit-specific version output 2021-07-07 17:55:13 +10:00
Cargo.toml Prepare release 0.8.0 2021-07-07 08:31:00 +00:00