This website requires JavaScript.
Explore
Help
Sign In
Git-Mirrors
/
xmr-btc-swap
Watch
1
Star
0
Fork
0
You've already forked xmr-btc-swap
mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced
2024-10-01 01:45:40 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
818147a629
xmr-btc-swap
/
swap
/
src
/
cli.rs
4 lines
53 B
Rust
Raw
Normal View
History
Unescape
Escape
Move cli specific modules under cli folder nectar will also have its own folder with a separate config.
2021-02-10 17:59:24 -05:00
pub
mod
command
;
Remove redundant noun from tracing initialiser functions
2021-04-07 23:09:52 -04:00
pub
mod
tracing
;
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.
2021-06-08 22:13:29 -04:00
pub
mod
transport
;
Reference in New Issue
Copy Permalink