Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
nooxx committed Aug 1, 2024
1 parent 16efd86 commit c135198
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/integrations/fb_signer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ export class FbSigner {
note,
extraParameters: payloadToSign,
};
console.log(tx);
const fbTx = await this.fireblocks.createTransaction(tx);
return await this.waitForTxCompletion(fbTx);
} catch (err: any) {
Expand Down

0 comments on commit c135198

Please sign in to comment.