diff --git a/src/relayer/Relayer.ts b/src/relayer/Relayer.ts index d39e57a53..c79ca740d 100644 --- a/src/relayer/Relayer.ts +++ b/src/relayer/Relayer.ts @@ -253,7 +253,7 @@ export class Relayer { // If all hold true then complete the fill. If there is insufficient balance to complete the fill and slow fills are // enabled then request a slow fill instead. async evaluateFill(deposit: V3DepositWithBlock, maxBlockNumber: number, sendSlowRelays: boolean): Promise { - const { depositId, depositor, recipient, destinationChainId, originChainId, inputToken, outputAmount } = deposit; + const { depositId, depositor, recipient, destinationChainId, originChainId, inputToken } = deposit; const { hubPoolClient, profitClient, tokenClient } = this.clients; const { slowDepositors } = this.config;