last-before-sharing
This commit is contained in:
@ -35,7 +35,7 @@ func TestEndToEnd(t *testing.T) {
|
||||
//
|
||||
// Simulate peer invitation response : generate the friend's keypair
|
||||
fmt.Println("Simulating first friend answer...")
|
||||
var receivedContact Contact
|
||||
var receivedContact ContactCard
|
||||
firstFriendContactKp := NewKeyPair()
|
||||
firstFriendEncryptionKp := NewKeyPair()
|
||||
firstFriendLookupKp := NewKeyPair()
|
||||
@ -48,7 +48,7 @@ func TestEndToEnd(t *testing.T) {
|
||||
for _, srv := range friendsMessageServers.Servers {
|
||||
receivedContact.PullServers = append(receivedContact.PullServers, srv.ServerData)
|
||||
}
|
||||
// End simulating concact invitation response
|
||||
// End simulating contact invitation response
|
||||
//
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user