migrate: network.

This commit is contained in:
Christopher Jeffrey 2016-10-19 17:28:48 -07:00
parent 3aee9861a3
commit 355b1f50c6
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -81,7 +81,8 @@ var updateTXDB = co(function* updateTXDB() {
location: file,
db: 'leveldb',
resolution: true,
verify: false
verify: false,
network: process.argv[3]
});
yield walletdb.open();