From 8619bded76b91df3c82002c059def63ee090e1aa Mon Sep 17 00:00:00 2001 From: "David A. Harding" Date: Mon, 22 May 2017 14:06:29 -0400 Subject: [PATCH] Fix CI with node term in code block --- _includes/devdoc/bitcoin-core/rpcs/rpcs/listbanned.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/devdoc/bitcoin-core/rpcs/rpcs/listbanned.md b/_includes/devdoc/bitcoin-core/rpcs/rpcs/listbanned.md index ba33c7da8d..5832d02148 100644 --- a/_includes/devdoc/bitcoin-core/rpcs/rpcs/listbanned.md +++ b/_includes/devdoc/bitcoin-core/rpcs/rpcs/listbanned.md @@ -48,7 +48,7 @@ The `listbanned` RPC {{summary_listBanned}} - n: "→ →
`ban_reason`" t: "string" p: "Required
(exactly 1)" - d: "Set to one of the following reasons:
• `node misbehaving` if the node was banned by the client because of DoS violations
• `manually added` if the node was manually banned by the user" + d: "Set to one of the following reasons:
• `node misbehaving` if the node was banned by the client because of DoS violations
• `manually added` if the node was manually banned by the user" {% enditemplate %} @@ -85,4 +85,4 @@ Result: * [SetBan][rpc setban]: {{summary_setBan}} * [ClearBanned][rpc clearbanned]: {{summary_clearBanned}} -{% endautocrossref %} \ No newline at end of file +{% endautocrossref %}