From 0daf6a095a1901ea0bf6b1817653ff98dbbf28b0 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Mon, 25 Feb 2013 09:09:18 +0000 Subject: [PATCH] config.py.example: Note BIP 23 Proposal requirement for TemplateChecks --- config.py.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.py.example b/config.py.example index 394de56..01a6fd9 100644 --- a/config.py.example +++ b/config.py.example @@ -84,6 +84,8 @@ TemplateSources = ( # JSON-RPC servers to check block proposals with # If none provided, and selected source supports proposals, it alone will also # be used for checking +# NOTE: Any servers listed here MUST support BIP 23 Block Proposals +# NOTE: Mainline bitcoind (as of 0.8) does NOT support this (though the 0.8.0.eligius branch does) TemplateChecks = ( { 'name': 'primary', -- 2.1.4