Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
merendamattia committed Jun 26, 2024
1 parent b71dbd0 commit f56a03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/it/unipr/EVMLiSA.java
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ private void saveSmartContractsFromEtherscan() throws Exception {
for (int i = 0; i < smartContracts.size(); i++) {
String address = smartContracts.get(i);

String BYTECODE_FULLPATH = OUTPUT_DIR + "/benchmark/" + address + "/" + address
String BYTECODE_FULLPATH = OUTPUT_DIR + "/bytecode/" + address + "/" + address
+ ".sol";

if (i % 5 == 0) {
Expand Down

0 comments on commit f56a03d

Please sign in to comment.