This commit is contained in:
Bhargava Shastry
2021-06-14 13:27:17 +02:00
parent 785bfcda99
commit 7b64e660c6
+1 -1
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" +