Skip to content

Commit bf06c59

Browse files
committed
Orchestrator
1 parent fd1476d commit bf06c59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +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');
58+
revert("Transaction Failed");
5959
}
6060
}
6161
}

0 commit comments

Comments
 (0)