Skip to content

Commit

Permalink
fix(protocol): fix a bug reported by Quillaudit (#14938)
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik authored Oct 12, 2023
1 parent 7778d43 commit 99b200b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/tokenvault/ERC20Vault.sol
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ contract ERC20Vault is
IBridge.Message memory message;

(message.data, _amount) = _encodeDestinationCall({
user: message.user,
user: msg.sender,
token: opt.token,
amount: opt.amount,
to: opt.to
Expand Down

0 comments on commit 99b200b

Please sign in to comment.