Merge --seller-addr and --seller-peer-id into --seller parameter

This simplifies the CLI's interface.
This commit is contained in:
Thomas Eizinger 2021-07-06 14:39:05 +10:00
parent 206c98d71b
commit ec4234fbb9
No known key found for this signature in database
GPG key ID: 651AC83A6C6C8B96
6 changed files with 121 additions and 95 deletions

View file

@ -23,6 +23,7 @@ pub mod database;
pub mod env;
pub mod fs;
pub mod kraken;
pub mod libp2p_ext;
pub mod monero;
pub mod network;
pub mod protocol;