docs: remove typo in rpc docs (#23007)

Removes double occurence of the word "included".
This commit is contained in:
Crypto Gohan 2021-06-07 09:10:06 +02:00 committed by GitHub
parent 750c1a0d5e
commit cc488a3e29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -220,8 +220,8 @@ Stops writing the Go runtime trace.
### debug_traceBlock
The `traceBlock` method will return a full stack trace of all invoked opcodes of all transaction
that were included included in this block. **Note**, the parent of this block must be present or
it will fail.
that were included in this block. **Note**, the parent of this block must be present or it will
fail.
| Client | Method invocation |
|:--------|--------------------------------------------------------------------------|