_startListeningToTxMessages Private key not found
TransactionsManager _handleMessage crashed
{error: Error: Private key not found
at vA.generateMPCMessage (http://localhost:3002/node_modules/.vite…}
Failed to send signing error message to the server
{
"txId": "451249eb-381f-47ef-a84d-33fe798f7887",
"error": {}
}
1. error: Error: Private key not found at vA.generateMPCMessage (http://localhost:3002/node_modules/.vite/deps/@fireblocks_ncw-js-sdk.js?v=6f3e46d0:9931:102) at async VA._sendFailedSigningToTheServer (http://localhost:3002/node_modules/.vite/deps/@fireblocks_ncw-js-sdk.js?v=6f3e46d0:9352:20) at async VA._failSigning (http://localhost:3002/node_modules/.vite/deps/@fireblocks_ncw-js-sdk.js?v=6f3e46d0:9255:157)
1. message: "Private key not found"
2. stack: "Error: Private key not found\n at vA.generateMPCMessage (http://localhost:3002/node_modules
Getting this error when trying to sign a transaction , so after creating a tx its waiting in pending signature state.
So when i get a TransactionStatus of a tx as PENDING_SIGNATURE i sign that tx … but its giving the private key not found error
if (TransactionStatus.PENDING_SIGNATURE) {
await sdk?.signTransaction(txId);
}