From 059f37c1951d3b8664f0a828c89f68c3938e11a9 Mon Sep 17 00:00:00 2001 From: thephez Date: Mon, 29 Apr 2019 12:36:45 -0400 Subject: [PATCH] Formatting update --- _includes/devdoc/guide_dash_features.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/devdoc/guide_dash_features.md b/_includes/devdoc/guide_dash_features.md index 9ffa7204..444eb644 100644 --- a/_includes/devdoc/guide_dash_features.md +++ b/_includes/devdoc/guide_dash_features.md @@ -151,8 +151,8 @@ Improvements from the old InstantSend system: Note: A transaction will __not__ be included in the block template (from `getblocktemplate`) unless it: - * Has been locked, or - * Has been in the mempool for >=10 minutes (`WAIT_FOR_ISLOCK_TIMEOUT`) + 1. Has been locked, or + 2. Has been in the mempool for >=10 minutes (`WAIT_FOR_ISLOCK_TIMEOUT`) A miner may still include any transaction, but blocks containing only locked transactions (or ones older than the timeout) should achieve a ChainLock faster.