Skip to content

Commit e62945c

Browse files
committed
fix: send exn to actual recipient only
1 parent ce3614c commit e62945c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/keri/app/exchanging.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export class Exchanges {
9393
exn,
9494
sigs,
9595
atc,
96-
recipients
96+
[recipient]
9797
);
9898
}
9999
}

0 commit comments

Comments
 (0)