Skip to content

Commit 6c11d80

Browse files
Update contracts/Orchestrator.sol
Co-authored-by: Nithin Krishna <[email protected]>
1 parent fd1476d commit 6c11d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)