We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 304dcdc commit fb1005fCopy full SHA for fb1005f
packages/iframe-stamper/src/index.ts
@@ -405,6 +405,7 @@ export class IframeStamper {
405
* Function to sign a payload with the underlying iframe
406
*/
407
async stamp(payload: string): Promise<TStamp> {
408
+ console.log("calling stamp");
409
if (this.iframePublicKey === null) {
410
throw new Error(
411
"null iframe public key. Have you called/awaited .init()?",
0 commit comments