minor note in indexing-transactions.md (#2443) (#2444)

Fix inconsistent documents and code
This commit is contained in:
zhangzheng 2018-09-19 17:46:37 +08:00 committed by Anton Kaliaev
parent bdd01310a0
commit 3e099f75c7
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ Let's take a look at the `[tx_index]` config section:
# What indexer to use for transactions # What indexer to use for transactions
# #
# Options: # Options:
# 1) "null" (default) # 1) "null"
# 2) "kv" - the simplest possible indexer, backed by key-value storage (defaults to levelDB; see DBBackend). # 2) "kv" (default) - the simplest possible indexer, backed by key-value storage (defaults to levelDB; see DBBackend).
indexer = "kv" indexer = "kv"
# Comma-separated list of tags to index (by default the only tag is "tx.hash") # Comma-separated list of tags to index (by default the only tag is "tx.hash")