Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
chore: remove unused event
Browse files Browse the repository at this point in the history
Signed-off-by: Jawad Tariq <[email protected]>
  • Loading branch information
JDawg287 committed Aug 22, 2023
1 parent 258fbd9 commit 7f5050e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions contracts/topos-core/ToposMessaging.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ contract ToposMessaging is IToposMessaging, EternalStorage {
using RLPReader for RLPReader.RLPItem;
using RLPReader for bytes;

// event ReceiptDecodingResult(
// uint256 status,
// uint256 cumulativeGasUsed,
// bytes logsBloom,
// address[] logsAddress,
// bytes32[][] logsTopics,
// bytes[] logsData
// );

// Slot names should be prefixed with some standard string
bytes32 internal constant PREFIX_EXECUTED = keccak256("executed");

Expand Down

0 comments on commit 7f5050e

Please sign in to comment.