Skip to content

Commit

Permalink
Fix CI with node term in code block
Browse files Browse the repository at this point in the history
  • Loading branch information
harding authored and achow101 committed May 22, 2017
1 parent 3472076 commit 07d3f7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/devdoc/bitcoin-core/rpcs/rpcs/listbanned.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The `listbanned` RPC {{summary_listBanned}}
- n: "→ →<br>`ban_reason`"
t: "string"
p: "Required<br>(exactly 1)"
d: "Set to one of the following reasons:<br>• `node misbehaving` if the node was banned by the client because of DoS violations<br>• `manually added` if the node was manually banned by the user"
d: "Set to one of the following reasons:<br>• `node misbehaving`<!--noref--> if the node was banned by the client because of DoS violations<br>• `manually added` if the node was manually banned by the user"

{% enditemplate %}

Expand Down Expand Up @@ -85,4 +85,4 @@ Result:
* [SetBan][rpc setban]: {{summary_setBan}}
* [ClearBanned][rpc clearbanned]: {{summary_clearBanned}}

{% endautocrossref %}
{% endautocrossref %}

0 comments on commit 07d3f7d

Please sign in to comment.