parent
02be3f815d
commit
5a54ce5903
@ -77,7 +77,7 @@ class Str extends SolidityType implements IType
|
||||
public function outputFormat($value, $name)
|
||||
{
|
||||
$strLen = mb_substr($value, 0, 64);
|
||||
$strValue = mb_substr($value, 64, 64);
|
||||
$strValue = mb_substr($value, 64);
|
||||
$match = [];
|
||||
|
||||
if (preg_match('/^[0]+([a-f0-9]+)$/', $strLen, $match) === 1) {
|
||||
|
Loading…
Reference in New Issue
Block a user