mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-27 23:25:51 +00:00
Add explicit code language markers
This commit is contained in:
@@ -99,7 +99,7 @@ It is also possible to be amendment blocked because you connected your server to
|
||||
|
||||
One of the first signs that your `rippled` server is amendment blocked is an `amendmentBlocked` error that is returned [when you submit a transaction](submit.html). Here's an example `amendmentBlocked` error:
|
||||
|
||||
```
|
||||
```json
|
||||
{
|
||||
"result":{
|
||||
"error":"amendmentBlocked",
|
||||
@@ -124,7 +124,7 @@ If you are on `rippled` version 0.80.0+, you can verify that your `rippled` serv
|
||||
|
||||
**Example JSON-RPC Response:**
|
||||
|
||||
```
|
||||
```json
|
||||
{
|
||||
"result": {
|
||||
"info": {
|
||||
@@ -163,7 +163,7 @@ To find out which features are blocking your `rippled` server, use the [`feature
|
||||
|
||||
**Example JSON-RPC Response:**
|
||||
|
||||
```
|
||||
```json
|
||||
{
|
||||
"result": {
|
||||
"features": {
|
||||
|
||||
Reference in New Issue
Block a user