-
Notifications
You must be signed in to change notification settings - Fork 17
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
offchaindatahandler: duplicated items in download queue #919
Comments
i noticed there's also duplicate items when creating a new account
and in that case, it's because during TxType_CREATE_ACCOUNT there's a call to CreateAccount
and immediately after, if there's a FaucetPackage, TransferBalance is called
both CreateAccount and TransferBalance call SetAccount (first with balance=0 and then with balance=5000) in this case, i'd just consider it WONTFIX. or if anything, fix the queue handler to ignore duplicate items also, i noticed the debug message is misleading, it says |
For some reason, when creating a new process, the offchaindatahandler adds twice the metadata files in the download queue.
The text was updated successfully, but these errors were encountered: