Skip to content

Commit be64b4f

Browse files
authored
Contact handshake (#750)
* Contact sharing with share back support * Push to client * Review fixes * Review fixes
1 parent a5dd27c commit be64b4f

File tree

22 files changed

+1108
-127
lines changed

22 files changed

+1108
-127
lines changed

crates/bcr-ebill-api/src/service/company_service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,7 @@ impl CompanyServiceApi for CompanyService {
12331233
let keys = BcrKeys::from_private_key(&derived_keys.secret_key());
12341234
self.transport_service
12351235
.contact_transport()
1236-
.share_contact_details_keys(share_to, &company_id, &keys)
1236+
.share_contact_details_keys(share_to, &company_id, &keys, None)
12371237
.await?;
12381238
Ok(())
12391239
}

0 commit comments

Comments
 (0)