node-litecoin icon indicating copy to clipboard operation
node-litecoin copied to clipboard

listsinceblock([block],[min conf],callback) problem with null block

Open raminnoodle opened this issue 10 years ago • 1 comments

I am seeing mixed results with listsinceblack. On some coind clients it works fine if I put a blank value such as " " however using blockchain.infos coind rpc only works if you call the function without any parameters except the call back if you do not have the lastblock.

raminnoodle avatar Mar 10 '14 16:03 raminnoodle

node-litecoin is a simple bridge from NodeJS to Litecoin. If this is in fact a problem, it would be related to your specific install of the Litecoin core. Remember to always use the latest version as well.

Try posting this issue here: https://github.com/litecoin-project/litecoin/issues

knoxcard avatar Sep 29 '17 06:09 knoxcard