migrate: network.
This commit is contained in:
parent
3aee9861a3
commit
355b1f50c6
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user