Remove outdated comment

This commit is contained in:
Hendrik Hofstadt 2020-08-06 16:28:28 +02:00
parent 8f7b4917fa
commit 5368c26332
1 changed files with 0 additions and 6 deletions

View File

@ -226,12 +226,6 @@ contract Wormhole {
asset_address = bytes32(uint256(asset));
}
// uint8 indexed target_chain,
// bytes32 indexed sender,
// bytes32 indexed recipient,
// uint8 indexed token_chain,
// address indexed token,
// uint256 amount
emit LogTokensLocked(target_chain, asset_chain, asset_address, recipient, bytes32(uint256(msg.sender)), amount);
}