Skip to content

Commit

Permalink
chore: remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Apr 11, 2024
1 parent f5590d5 commit a26d8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/TransactionRecoveryApi/AxelarGMPRecoveryAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ export class AxelarGMPRecoveryAPI extends AxelarRecoveryApi {

const executeParams = response.data as ExecuteParams;
const gasLimitBuffer = evmWalletDetails?.gasLimitBuffer || 0;
const { destinationChain, destinationContractAddress, srcTxInfo } = executeParams;
const { destinationChain, destinationContractAddress } = executeParams;

const signer = this.getSigner(
destinationChain,
Expand Down

0 comments on commit a26d8ed

Please sign in to comment.