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 5dac5fc commit 79f7cf0Copy full SHA for 79f7cf0
src/utils/buildRawMessage.ts
@@ -160,7 +160,7 @@ export async function validateToRawMessage (
160
sequenceNumber: BigInt(`0x${uint8ArrayToString(msg.seqno, 'base16')}`),
161
topic: msg.topic,
162
signature: msg.signature,
163
- key: msg.key != null ? publicKeyFromProtobuf(msg.key) : publicKey
+ key: publicKey
164
}
165
166
0 commit comments