mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-08 22:42:35 -04:00
Quote protocol asb/cli instead of alice/bob
The quote protocol has no relation to the protocol roles but to the application hence the rename.
This commit is contained in:
parent
c0070f8fa7
commit
c2c9e975ef
3 changed files with 10 additions and 8 deletions
|
@ -78,7 +78,7 @@ impl Behaviour {
|
|||
bitcoin_wallet: Arc<bitcoin::Wallet>,
|
||||
) -> Self {
|
||||
Self {
|
||||
quote: quote::bob(),
|
||||
quote: quote::cli(),
|
||||
swap_setup: bob::Behaviour::new(env_config, bitcoin_wallet),
|
||||
transfer_proof: transfer_proof::bob(),
|
||||
encrypted_signature: encrypted_signature::bob(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue