Skip to content

Commit 8d1e556

Browse files
author
Ted Wu
committed
Remove transaction failed event
1 parent 8e0f30c commit 8d1e556

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contracts/Orchestrator.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ contract Orchestrator is Ownable {
1616
bytes data;
1717
}
1818

19-
event TransactionFailed(address indexed destination, uint256 index, bytes data);
20-
2119
// Stable ordering is not guaranteed.
2220
Transaction[] public transactions;
2321

0 commit comments

Comments
 (0)