Fix and add integration test.
This commit is contained in:
+1
-1
@@ -714,7 +714,7 @@ func (pea *PublicEthAPI) GetStorageAt(ctx context.Context, address common.Addres
|
||||
}
|
||||
}
|
||||
if err == sql.ErrNoRows {
|
||||
return hexutil.Bytes{}, errors.New("header not found")
|
||||
return make([]byte, 32), nil
|
||||
}
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user