Skip to content

Commit

Permalink
fix(protocol): remove an unused event (#16054)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Wang <99078276+dantaik@users.noreply.github.com>
Co-authored-by: D <51912515+adaki2004@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 25, 2024
1 parent c8f6e9b commit c7cca7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"packages/bridge-ui/src/i18n",
"packages/guardian-prover-health-check-ui/src/i18n"
],
"i18n-ally.keystyle": "nested"
"i18n-ally.keystyle": "nested",
"solidity.compileUsingRemoteVersion": "v0.8.24+commit.e11b9ed9"
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ pragma solidity 0.8.24;
// https://github.com/ensdomains/solsha1/blob/master/contracts/SHA1.sol

library SHA1 {
event Debug(bytes32 x);

function sha1(bytes memory data) internal pure returns (bytes20 ret) {
assembly {
// Get a safe scratch location
Expand Down

0 comments on commit c7cca7d

Please sign in to comment.