Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions dev.env
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ PRIVATE_MODE=false
# When set to true, the node will generate an index mapping transaction
# ids to transaction information. This enables the use of certain API calls
# like ones that allow the lookup of particular transactions by their ID.
# Defaults to false because the index can be large.
# Notifications also require indexing.
# Consider setting to false because the index can be large.
TXINDEX=true

# The amount of BitClout given to new accounts to get them started. Only
Expand All @@ -128,7 +129,7 @@ STARTER_BITCLOUT_NANOS=1000000
# with those prefixes.
STARTER_PREFIX_NANOS_MAP=

# When proviced, this seed is used to send a 'starter' amount of BitClout to
# When provided, this seed is used to send a 'starter' amount of BitClout to
# newly-created accounts.
STARTER_BITCLOUT_SEED=

Expand Down