fix solc tests unskip

This commit is contained in:
zelig
2015-05-18 15:31:26 +01:00
parent 79042223dc
commit f9abcee0f9
6 changed files with 50 additions and 38 deletions

View File

@ -164,7 +164,7 @@ func (sol *Solidity) Compile(source string) (contract *Contract, err error) {
err = json.Unmarshal(developerDocJson, &developerDoc)
contract = &Contract{
Code: string(code),
Code: "0x" + string(code),
Info: ContractInfo{
Source: source,
Language: "Solidity",