Skip to content

Commit

Permalink
wip: implement pending request queue
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkmin committed Jan 24, 2025
1 parent e988ba5 commit af29f4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/iframe-stamper/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ export class IframeStamper {
* Function to sign a payload with the underlying iframe
*/
async stamp(payload: string): Promise<TStamp> {
console.log("calling stamp");
if (this.iframePublicKey === null) {
throw new Error(
"null iframe public key. Have you called/awaited .init()?"
Expand Down

0 comments on commit af29f4f

Please sign in to comment.