We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e92f6 commit c9042ebCopy full SHA for c9042eb
packages/lit-client/src/lib/LitClient/orchestrateHandshake.ts
@@ -117,7 +117,11 @@ export const orchestrateHandshake = async (params: {
117
if (!retrievedServerKeys.attestation) {
118
throw new InvalidNodeAttestation(
119
{},
120
- `Missing attestation in handshake response from ${url}`
+ `Missing attestation in handshake response from ${url}, received ${JSON.stringify(
121
+ retrievedServerKeys,
122
+ null,
123
+ 2
124
+ )}. "attestation" field should not be null.`
125
);
126
}
127
0 commit comments