xmr-btc-swap/swap
Daniel Karzel 0c616c7437
Move loading the state into the function
In the production code it is a weird indirection that we load the state and then pass in the state and the database.
In the tests we have one additional load by doing it inside the command, but loading from the db is not expensive.
2021-05-07 16:12:49 +10:00
..
src Move loading the state into the function 2021-05-07 16:12:49 +10:00
tests Move loading the state into the function 2021-05-07 16:12:49 +10:00
Cargo.toml Added some proptests. 2021-05-07 10:24:41 +10:00