mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-14 01:05:58 -04:00
Refactor transports to construct them specific for each application
Instead of splitting up the transports into capabilities, we compose them directly for each application. This allows us to remove the websocket transport for the CLI which is really only needed for the ASB to allow retrieval of quotes via the browser.
This commit is contained in:
parent
90deb6451c
commit
8a30ef725c
7 changed files with 111 additions and 104 deletions
|
@ -1,2 +1,3 @@
|
|||
pub mod command;
|
||||
pub mod tracing;
|
||||
pub mod transport;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue