From 5d5698a5010cc775b5a7e91fb41c75aa4802f65d Mon Sep 17 00:00:00 2001
From: benjamin <ben@elixxir.io>
Date: Wed, 26 Oct 2022 20:27:06 -0700
Subject: [PATCH] implemented interface, need to implement api

---
 cmix/interface.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmix/interface.go b/cmix/interface.go
index a8d5df525..e29377974 100644
--- a/cmix/interface.go
+++ b/cmix/interface.go
@@ -192,7 +192,7 @@ type Client interface {
 		response message.Processor)
 
 	// ChangeParallelNodeRegistration .
-	ChangeParallelNodeRegistration(num int) stoppable.Single
+	ChangeParallelNodeRegistration(num int) func() (stoppable.Stoppable, error)
 
 	// DeleteService deletes a message service. If only a single response is
 	// associated with the preimage, the entire preimage is removed. If there is
-- 
GitLab