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 f03da24 commit 7dbf265Copy full SHA for 7dbf265
src/Lighthouse/uploadEncrypted/encrypt/text/browser.ts
@@ -51,7 +51,7 @@ export default async (
51
52
const { error } = await saveShards(
53
publicKey,
54
- responseData.Hash,
+ responseData[0].Hash,
55
signedMessage,
56
keyShards
57
)
0 commit comments