Skip to content

Commit

Permalink
unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Mar 22, 2024
1 parent e3e0f71 commit 75bccbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chains/ethereum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class NearEthAdapter {
nearGas?: BN
): Promise<NearSignPayload> {
console.log("Creating Payload for sender:", this.sender);
const { transaction, payload } = await this.createTxPayload(txData);
const { payload } = await this.createTxPayload(txData);
console.log("Requesting signature from Near...");
return this.mpcContract.buildSignatureRequestTx(
payload,
Expand Down

0 comments on commit 75bccbb

Please sign in to comment.