File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ def _build_contract_data(compilation_unit: "CompilationUnit") -> Dict:
43
43
abi = abi .replace ("'" , '"' )
44
44
abi = abi .replace ("True" , "true" )
45
45
abi = abi .replace ("False" , "false" )
46
- abi = abi .replace (" " , "" )
47
46
exported_name = combine_filename_name (filename .absolute , contract_name )
48
47
contracts [exported_name ] = {
49
48
"srcmap" : ";" .join (source_unit .srcmap_init (contract_name )),
Original file line number Diff line number Diff line change 11
11
description = "Util to facilitate smart contracts compilation." ,
12
12
url = "https://github.com/crytic/crytic-compile" ,
13
13
author = "Trail of Bits" ,
14
- version = "0.3.9 " ,
14
+ version = "0.3.10 " ,
15
15
packages = find_packages (),
16
16
# Python 3.12.0 on Windows suffers from https://github.com/python/cpython/issues/109590
17
17
# breaking some of our integrations. The issue is fixed in 3.12.1
You can’t perform that action at this time.
0 commit comments