Skip to content

Commit

Permalink
fix: allow changed recipient
Browse files Browse the repository at this point in the history
  • Loading branch information
james-a-morris committed Oct 27, 2023
1 parent 04e68e0 commit ae0d80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Transactions/hooks/useSpeedUp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function useSpeedUp(transfer: Deposit, token: Token) {
transfer.sourceChainId,
transfer.destinationChainId,
token.symbol,
transfer.depositorAddr
transfer.recipientAddr
);

const [speedUpTxLink, setSpeedUpTxLink] = useState<string>("");
Expand Down

0 comments on commit ae0d80a

Please sign in to comment.