-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
address cache run two times #131
Comments
This is expected. If the current blockheight is X, and the blockchain doesn't move before you enter this command again, then the startblock will be X+1, and the current blockheight is still X. It does of course not make sense to cache anything in this situation. I have modified the message however a bit, so it's clearer for the user. Will be uploaded with next commit. About the other errors: Try them again with the updated code (see issue #86), they may be fixed now. If not, please provide me the output with -d/--debug flag. If everything works please close. |
The second issue is solved. There is no error message since the command is not caching anything, just providing results of the caching already done. I think in case of the first issue we should do in the same way - there is really no error to report in case the blockchain hasn't moved yet.
since no start block hasn't been selected.
Maybe without the last line. |
Current solution is serviceable. To show the current block heights the command I'm closing. |
I've run
address cache mkwJijAwqXNFcEBxuC93j3Kni43wzXVuik
twice while the blockchain hasn't moved ahead and the second time I've got the following error:_
This is probably related:
If I run
transaction list -x -o mkwJijAwqXNFcEBxuC93j3Kni43wzXVuik -l -t
ortransaction list mkwJijAwqXNFcEBxuC93j3Kni43wzXVuik -x -l -t
ortransaction list mkwJijAwqXNFcEBxuC93j3Kni43wzXVuik -x -l
ortransaction list -x -o mkwJijAwqXNFcEBxuC93j3Kni43wzXVuik -l
after I've already run one of them with the local slimcoind still on the same blockheight I'm gettingGeneral error raised by PeerAssets. Check if your input is correct.
The text was updated successfully, but these errors were encountered: