Skip to content

Commit fb1005f

Browse files
committed
wip: implement pending request queue
1 parent 304dcdc commit fb1005f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/iframe-stamper/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ export class IframeStamper {
405405
* Function to sign a payload with the underlying iframe
406406
*/
407407
async stamp(payload: string): Promise<TStamp> {
408+
console.log("calling stamp");
408409
if (this.iframePublicKey === null) {
409410
throw new Error(
410411
"null iframe public key. Have you called/awaited .init()?",

0 commit comments

Comments
 (0)