This commit is contained in:
Bhargava Shastry 2021-04-06 22:45:37 +02:00
parent 785bfcda99
commit 7b64e660c6

View File

@ -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" +