Added synctoolv2, claimTrie resolving instead of full chain!
Added synctoolv2, claimTrie resolving instead of full chain and some small patches!
This commit is contained in:
parent
1d9e54458f
commit
5c929f343c
6 changed files with 143 additions and 113 deletions
server/controllers
|
@ -34,7 +34,7 @@ class LighthouseControllers {
|
|||
// Start syncing blocks...
|
||||
startSync () {
|
||||
winston.log('info', '[Importer] Started importer, indexing claims.');
|
||||
sync(200000);
|
||||
sync();
|
||||
}
|
||||
/**
|
||||
* Search api here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue