We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b717a0 commit fd1476dCopy full SHA for fd1476d
4 files changed
contracts/Orchestrator.sol
@@ -55,6 +55,7 @@ contract Orchestrator is Ownable {
55
externalCall(t.destination, t.data);
56
if (!result) {
57
emit TransactionFailed(t.destination, i, t.data);
58
+ revert('Transaction Failed');
59
}
60
61
0 commit comments