Skip to content

Commit fd1476d

Browse files
committed
Orchestrator
1 parent 0b717a0 commit fd1476d

File tree

4 files changed

+20057
-2024
lines changed

4 files changed

+20057
-2024
lines changed

contracts/Orchestrator.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ contract Orchestrator is Ownable {
5555
externalCall(t.destination, t.data);
5656
if (!result) {
5757
emit TransactionFailed(t.destination, i, t.data);
58+
revert('Transaction Failed');
5859
}
5960
}
6061
}

0 commit comments

Comments
 (0)