From cdd9b369e75fa701e7daf3405699606da9f89ece Mon Sep 17 00:00:00 2001
From: Jake Taylor <jake@elixxir.io>
Date: Tue, 3 May 2022 16:35:25 -0500
Subject: [PATCH] added restlike package

---
 restlike/request.go | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/restlike/request.go b/restlike/request.go
index 01cefd329..211348375 100644
--- a/restlike/request.go
+++ b/restlike/request.go
@@ -34,9 +34,6 @@ type SingleRequest struct {
 	Net          single.Cmix
 	Rng          csprng.Source
 	E2eGrp       *cyclic.Group
-	//func TransmitRequest(recipient contact.Contact, tag string, payload []byte,
-	//	callback Response, param RequestParams, net Cmix, rng csprng.Source,
-	//	e2eGrp *cyclic.Group) ([]id.Round, receptionID.EphemeralIdentity, error)
 }
 
 // Request provides several Method of sending Data to the given URI
-- 
GitLab