File tree Expand file tree Collapse file tree
pages/api-references/genlayer-test Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -297,14 +297,14 @@ Returns:
297297 The bool returned by the validator function.
298298
299299``` python
300- vm.run_validator(leader_result: Any = < object object at 0x 7f8d99554ac0 > , leader_error: Optional[Exception ] = None , index: int = - 1 )
300+ vm.run_validator(leader_result: Any = < object object at 0x 7efc3d994ac0 > , leader_error: Optional[Exception ] = None , index: int = - 1 )
301301```
302302
303303** Parameters:**
304304
305305| Parameter | Type | Required | Default |
306306| -----------| ------| ----------| ---------|
307- | ` leader_result ` | ` Any ` | No | ` <object object at 0x7f8d99554ac0 > ` |
307+ | ` leader_result ` | ` Any ` | No | ` <object object at 0x7efc3d994ac0 > ` |
308308| ` leader_error ` | ` Optional[Exception] ` | No | ` None ` |
309309| ` index ` | ` int ` | No | ` -1 ` |
310310
You can’t perform that action at this time.
0 commit comments