Part of #3277. Add comment about deprecated txdb prefixes.

This commit is contained in:
Simon 2018-05-18 14:53:06 -07:00
parent bae5adf0a4
commit f9840089db
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@
using namespace std; 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_SPROUT_ANCHOR = 'A';
static const char DB_SAPLING_ANCHOR = 'Z'; static const char DB_SAPLING_ANCHOR = 'Z';
static const char DB_NULLIFIER = 's'; static const char DB_NULLIFIER = 's';