fix: acc signature

This commit is contained in:
Adhiraj Singh
2022-07-14 22:48:37 +05:30
parent 1c36d57dd1
commit fda266ff73

View File

@@ -142,7 +142,7 @@ export const configureSuccessfulPairing = (
.encode({ .encode({
...account, ...account,
// do not provide the "accountSignatureKey" back // do not provide the "accountSignatureKey" back
accountSignatureKey: Buffer.alloc(0) accountSignatureKey: undefined
}) })
.finish() .finish()