mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
cf1c448b7c
460: Different default directories for CLI and ASB r=da-kami a=da-kami Fixes #437 Using the same default directory as data-/config-dir has caused unwanted side effects when running both applications on the same machine. Use these directory names: - ASB: `xmr-btc-swap-asb` - CLI: `xmr-btc-swap-cli` Since the functionality is now application specific the respective functions were moved into the appropriate module of the application. Co-authored-by: Daniel Karzel <daniel@comit.network> |
||
---|---|---|
.. | ||
asb | ||
bin | ||
bitcoin | ||
cli | ||
database | ||
monero | ||
network | ||
protocol | ||
asb.rs | ||
bitcoin.rs | ||
cli.rs | ||
database.rs | ||
env.rs | ||
fs.rs | ||
kraken.rs | ||
lib.rs | ||
monero_ext.rs | ||
monero.rs | ||
network.rs | ||
protocol.rs | ||
seed.rs | ||
tor.rs |