From fda266ff734303abb1ae264f51ef5b48ee23b89a Mon Sep 17 00:00:00 2001 From: Adhiraj Singh Date: Thu, 14 Jul 2022 22:48:37 +0530 Subject: [PATCH] fix: acc signature --- src/Utils/validate-connection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Utils/validate-connection.ts b/src/Utils/validate-connection.ts index eded3b8..af718d1 100644 --- a/src/Utils/validate-connection.ts +++ b/src/Utils/validate-connection.ts @@ -142,7 +142,7 @@ export const configureSuccessfulPairing = ( .encode({ ...account, // do not provide the "accountSignatureKey" back - accountSignatureKey: Buffer.alloc(0) + accountSignatureKey: undefined }) .finish()