xmr-btc-swap/swap/src/protocol
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
..
alice Network protocol tests for spot_price behaviour 2021-05-07 15:00:29 +10:00
bob Move loading the state into the function 2021-05-07 16:12:49 +10:00
alice.rs Alice's spot price logic into dedicated behaviour 2021-05-07 15:00:29 +10:00
bob.rs Network protocol tests for spot_price behaviour 2021-05-07 15:00:29 +10:00