Set the base path if specified

This commit is contained in:
Omar Abdulla
2025-07-16 00:55:53 +03:00
parent fd2e004ee6
commit a0006cb9a8
3 changed files with 6 additions and 1 deletions
-1
View File
@@ -70,7 +70,6 @@ where
};
let compiler = Compiler::<T::Compiler>::new()
.base_path(metadata.directory()?)
.allow_path(metadata.directory()?)
.solc_optimizer(mode.solc_optimize());