mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Bug fix
This commit is contained in:
parent
785bfcda99
commit
7b64e660c6
@ -187,7 +187,7 @@ void ValueGenerator::initialiseType(TypeInfo& _t)
|
||||
_t.value += "0x" + fixedBytes(static_cast<size_t>(_t.fixedByteWidth), m_rand(), true);
|
||||
break;
|
||||
case Type::Address:
|
||||
_t.value = addressLiteral();
|
||||
_t.value += addressLiteral();
|
||||
break;
|
||||
case Type::Function:
|
||||
_t.value += "0x" +
|
||||
|
||||
Loading…
Reference in New Issue
Block a user