Skip to content

Commit 58b9ed0

Browse files
authored
Merge pull request #153 from ampleforth/naguib-orchestrator
Orchestrator
2 parents 0b717a0 + bf06c59 commit 58b9ed0

File tree

5 files changed

+20058
-2025
lines changed

5 files changed

+20058
-2025
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module.exports = {
5050
// project-specific
5151
"rebase", "gons", "frg", "rng", "blockchain", "minlot",
5252
"redemptions", "rebased", "ganache", "ethclient",
53-
"bytecode", "Binance", "ethereum", "opcode", "cpi", "ampleforth", "orchestrator",
53+
"bytecode", "Binance", "ethereum", "opcode", "cpi", "ampleforth", "orchestrator", "openzeppelin",
5454

5555
// names
5656
"nithin",

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)