Skip to content

Commit 15dacff

Browse files
committed
Minor changes
1 parent 0203ee6 commit 15dacff

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/main/java/it/unipr/EVMLiSA.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1270,7 +1270,6 @@ private Options getOptions() {
12701270
.hasArg(false)
12711271
.build();
12721272

1273-
<<<<<<< HEAD
12741273
Option crossChainABIOption = Option.builder()
12751274
.longOpt("cross-chain-abi")
12761275
.desc("Path of the folder containing the ABIs of the cross chain smart contracts")
@@ -1283,13 +1282,11 @@ private Options getOptions() {
12831282
.desc("Path of the folder containing the bytecodes of the cross chain smart contracts")
12841283
.required(false)
12851284
.hasArg(true)
1286-
=======
12871285
Option enableTimestampDependencyCheckerOption = Option.builder()
12881286
.longOpt("checker-timestampdependency")
12891287
.desc("Enable timestamp-dependency checker.")
12901288
.required(false)
12911289
.hasArg(false)
1292-
>>>>>>> c586a1a6c50a9388c6e4ac5ba93f92bdfd3160ad
12931290
.build();
12941291

12951292
options.addOption(addressOption);
@@ -1312,12 +1309,9 @@ private Options getOptions() {
13121309
options.addOption(dumpDotOption);
13131310
options.addOption(enableReentrancyCheckerOption);
13141311
options.addOption(enableTxOriginCheckerOption);
1315-
<<<<<<< HEAD
13161312
options.addOption(crossChainABIOption);
13171313
options.addOption(crossChainBytecodeOption);
1318-
=======
13191314
options.addOption(enableTimestampDependencyCheckerOption);
1320-
>>>>>>> c586a1a6c50a9388c6e4ac5ba93f92bdfd3160ad
13211315

13221316
return options;
13231317
}

0 commit comments

Comments
 (0)