Skip to content

Commit

Permalink
Refactor(Tx speed up): rm unused argument (#4778)
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh authored Jan 15, 2025
1 parent cd71842 commit fdba84c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion apps/web/src/features/speedup/components/SpeedUpModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ export const SpeedUpModal = ({
pendingTx.data,
wallet.provider,
wallet.address,
safeAddress,
pendingTx.nonce,
)
// Currently all custom txs are batch executes
Expand Down
1 change: 0 additions & 1 deletion apps/web/src/services/tx/tx-sender/dispatch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ export const dispatchCustomTxSpeedUp = async (
data: string,
provider: Eip1193Provider,
signerAddress: string,
safeAddress: string,
nonce: number,
) => {
const eventParams = { txId, nonce }
Expand Down

0 comments on commit fdba84c

Please sign in to comment.