From e62945caab48a44f30e7afb2656751bd935d239e Mon Sep 17 00:00:00 2001 From: iFergal Date: Tue, 27 Aug 2024 12:23:12 +0100 Subject: [PATCH] fix: send exn to actual recipient only --- src/keri/app/exchanging.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keri/app/exchanging.ts b/src/keri/app/exchanging.ts index cb9f9e4b..a77b9dd4 100644 --- a/src/keri/app/exchanging.ts +++ b/src/keri/app/exchanging.ts @@ -93,7 +93,7 @@ export class Exchanges { exn, sigs, atc, - recipients + [recipient] ); } }