diff options
author | Steven Malis | 2017-09-14 18:40:33 -0700 |
---|---|---|
committer | Steven Malis | 2017-09-14 18:40:33 -0700 |
commit | e986c4257f2213cb992feceb0c9710a68f3bd5ef (patch) | |
tree | 41fdcb2b2afdb4802a9311cb2b88ea8dd7bb51d2 /electrumx.conf | |
parent | 08d4606eb34c26637069dc708754edd0af63dc2b (diff) | |
download | aur-e986c4257f2213cb992feceb0c9710a68f3bd5ef.tar.gz |
Update to 1.1; update to new coin/net names in conf
Diffstat (limited to 'electrumx.conf')
-rw-r--r-- | electrumx.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/electrumx.conf b/electrumx.conf index 559f1450a16..7ff5d283dca 100644 --- a/electrumx.conf +++ b/electrumx.conf @@ -46,8 +46,8 @@ #MISC # #lib/coins.py - COIN = Bitcoin - NET = bitcoin-segwit + COIN = BitcoinSegwit + NET = mainnet #leveldb or rocksdb (You'll need to install appropriate python packages) DB_ENGINE = leveldb |