Commit aab57816 authored by Eriksson Monteiro's avatar Eriksson Monteiro

update millix node

parent ec050ff4
......@@ -303,6 +303,10 @@ export class WalletSync {
setImmediate: global.setImmediate
});
if (!config.MODE_NODE_SYNC_FULL) {
return this.updateSyncTransactionSpend();
}
return database.applyShards(shardID => {
return database.getRepository('transaction', shardID)
.getMissingInputTransactions();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment