Skip to content

Commit 30327a3

Browse files
author
Roman Bylbas
committed
Fixed RpcClientAPI doc
Signed-off-by: Roman Bylbas <romka.bulbas@gmail.com>
1 parent 53af7dd commit 30327a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/API/RpcClientAPI.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,9 @@ getChainspecInfo(): ChainspecRegistryBytes
264264
Returns a [ChainspecRegistryBytes](../Entity/ChainspecRegistryBytes.md) object
265265

266266
---
267-
## Speculative deploy
267+
## Speculative execution
268268
```php
269-
speculativeDeploy(Deploy $signedDeploy, string $blockHash)
269+
speculativeExecution(Deploy $signedDeploy, string $blockHash): DeployExecutionResult
270270
```
271271
Puts a [Deploy](../Entity/Deploy.md) to a single node for speculative execution on that node only.
272272
### Parameters

0 commit comments

Comments
 (0)