Browse Source

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

Fix inconsistent documents and code
pull/2446/head
zhangzheng 6 years ago
committed by Anton Kaliaev
parent
commit
3e099f75c7
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/app-dev/indexing-transactions.md

+ 2
- 2
docs/app-dev/indexing-transactions.md 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)
# 2) "kv" - the simplest possible indexer, backed by key-value storage (defaults to levelDB; see DBBackend).
# 1) "null"
# 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")


Loading…
Cancel
Save