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:
Daniel Karzel 2021-06-25 16:10:25 +10:00
parent c0070f8fa7
commit c2c9e975ef
No known key found for this signature in database
GPG key ID: 30C3FC2E438ADB6E
3 changed files with 10 additions and 8 deletions

View file

@ -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(),