diff --git a/migrate/walletdb2to3.js b/migrate/walletdb2to3.js index 6150fdaa..d4c6d8bd 100644 --- a/migrate/walletdb2to3.js +++ b/migrate/walletdb2to3.js @@ -187,11 +187,12 @@ var updateTXMap = co(function* updateTXMap() { if (!item) break; + total++; wallets = parseWallets(item.value); batch.put(item.key, serializeWallets(wallets.sort())); } - console.log('Migrated %d tx map.', total); + console.log('Migrated %d tx maps.', total); }); function pathFromRaw(data) {