Hello,
I am facing issue while using any rpc call like getblocktemplate it says below even I've updated block count 1,523,826( using getblockcount)
./litecoin-cli getblocktemplate
error code: -10
error message:
Litecoin is downloading blocks...
I've tried with -reindex=1 which took long process and returns the latest block(1,523,826).
Due this issue I am not able to call rpc call for getblocktemplate
I've check the issue so do i need to make any changes in source code ? if yes thn is there any document or help guide from where I can understand this thing ?
I am using litecoin branch 0.14 source code
Can anyone please explain me what I am doing wrong