Auto merge of #3300 - bitcartel:3277_add_comment_deprecated_txdb_prefixes, r=str4d

Part of #3277. Add comment about deprecated txdb prefixes.
This commit is contained in:
Homu 2018-05-25 18:42:05 -07:00
commit 73fea25404
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@
using namespace std;
// NOTE: Per issue #3277, do not use the prefix 'X' or 'x' as they were
// previously used by DB_SAPLING_ANCHOR and DB_BEST_SAPLING_ANCHOR.
static const char DB_SPROUT_ANCHOR = 'A';
static const char DB_SAPLING_ANCHOR = 'Z';
static const char DB_NULLIFIER = 's';