Skip to content

Commit

Permalink
code block fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hactive808 committed May 24, 2024
1 parent 2ba1bce commit e50bc7d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions v1.0/RPC Nodes/rpc-utxo/rpc-btc/rpc-btc-getrawtransaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ If `verbose` is `false`, the method returns a hex-encoded string representing th

### JSON Examples

Request example:```json
Request example:

```json
{
"jsonrpc": "2.0",
"method": "getrawtransaction",
Expand Down Expand Up @@ -183,5 +185,4 @@ Response example:
"error": null,
"id": 1
}
```
\\
```

0 comments on commit e50bc7d

Please sign in to comment.