xmr-btc-swap/swap
Franck Royer c11042ff0d
Use builder terminology instead of factory
This is not really a factory as a factory design pattern is about
producing several instances.

In the current usage, we are only interested in one swap instance. Once
the swap instance is created, the factory becomes useless. Hence, it is
more of a builder pattern.
2021-01-20 14:56:06 +11:00
..
src Use builder terminology instead of factory 2021-01-20 14:56:06 +11:00
tests Use builder terminology instead of factory 2021-01-20 14:56:06 +11:00
Cargo.toml Deterministic peer id from seed for alice 2021-01-11 12:00:48 +11:00