summarylogtreecommitdiffstats
path: root/electrumx.conf
diff options
context:
space:
mode:
authorAndy Weidenbaum2017-03-13 14:36:32 -0700
committerAndy Weidenbaum2017-03-13 14:36:32 -0700
commitf0963db871ce67e37a002f6aa3019eea7ad282a8 (patch)
tree1be3844647261b11b5bb2a95bc88a5ce92b26761 /electrumx.conf
parentf0ae7f250f3bf293bd033987643b072ec51f4402 (diff)
downloadaur-f0963db871ce67e37a002f6aa3019eea7ad282a8.tar.gz
increment pkgrel to 2; fix electrumx.conf
Diffstat (limited to 'electrumx.conf')
-rw-r--r--electrumx.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/electrumx.conf b/electrumx.conf
index 87e18b30bd24..aa2134be9edb 100644
--- a/electrumx.conf
+++ b/electrumx.conf
@@ -42,8 +42,10 @@
#
#MISC
#
- COIN = Bitcoin # lib/coins.py
- NET = mainnet # lib/coins.py
+ COIN = Bitcoin
+ #lib/coins.py
+ NET = mainnet
+ #lib/coins.py
DB_ENGINE = leveldb
#leveldb, rocksdb (You'll need to install appropriate python packages)