Skip to content

Commit

Permalink
fix(comments): fix typo in that
Browse files Browse the repository at this point in the history
Co-authored-by: Alain Olivier <[email protected]>
  • Loading branch information
gskapka and oliviera9 authored Feb 13, 2024
1 parent e0c5d62 commit 74bd838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/PTokensRouter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ contract PTokensRouter is
string memory originAddress,
string memory destinationAddress
) = decodeParamsFromUserData(_userData);
// NOTE: We emit this event to allow v2 cores to ready it & thus pass through origin chain tx
// NOTE: We emit this event to allow v2 cores to read it & thus pass through origin chain tx
// information no atter what type of bridge crossing this is.
emit Metadata(userData, originChainId, originAddress, destinationChainId, destinationAddress);

Expand Down

0 comments on commit 74bd838

Please sign in to comment.