Skip to content

Commit f2d57cc

Browse files
rdeiorisJiloc
andauthored
Update docs/rpc-endpoints.md
Co-authored-by: Francesco <[email protected]>
1 parent 0a2f1af commit f2d57cc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/rpc-endpoints.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -585,11 +585,10 @@ Returns the index_block_hash, the transaction body (as hex) and the result given
585585

586586
```json
587587
{
588-
"index_block_hash": "...",
589-
"tx": "...",
590-
"result": "..."
588+
"index_block_hash": "e0b6c25b1dac0c0e1c75e41ab46bd6d70d9a2d02ffed8f2c0733b6e686289c38",
589+
"tx": "(ok true)",
590+
"result": "808000000004008bc5147525b8f477f0bc4522a88c8339b2494db5000000000000001a0000000000000000010123eab800bc9f639c5aa05d154148a981c89fd21064a6f8cafd8649800a56c9ea77e2e46bed8bd9ef0f173b19b20d6c43e2a9f37b078df5c74b9e6f9be75b650e01020000000007588687edeb02248d402c316ed33e22ea0e73af8703ce5011f3e25f5ce12f00f903ca504742117ee0588687edeb02248d402c316ed33e22ea0e73af87c54e0d94e4dd298cf19778352906a2fcf0af74582b07dfb57c710288874f71ca00000001006bc51b33e9f3626944eb879147e18111581f8f9b"
591591
}
592-
```
593592

594593
This feature requires enabling of transaction indexing by setting the `txindex` node option.
595594

0 commit comments

Comments
 (0)