Skip to content
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

Allow RPC clearorphans command to properly clear orphans in a QT wallet #428

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Allow RPC clearorphans command to properly clear orphans in a QT wallet #428

wants to merge 1 commit into from

Conversation

IngCr3at1on
Copy link
Contributor

Currently the behavior is to only call ClearOrphans in wallet.cpp
which clears the actual orphan transactions but does not remove them
from the transaction view.

This makes it so the transaction view is cleared in the event that
clearorphans is issued through RPC (or the console) on a QT wallet.

@IngCr3at1on
Copy link
Contributor Author

This addresses #307

(1 hour)

@jwrb
Copy link

jwrb commented Dec 16, 2015

I'll give this a test tomorrow.

Currently the behavior is to only call ClearOrphans in wallet.cpp
which clears the actual orphan transactions but does not remove them
from the transaction view.

This makes it so the transaction view is cleared in the event that
clearorphans is issued through RPC on a QT wallet.
@IngCr3at1on
Copy link
Contributor Author

Rebased over master do to merge conflicts (25 minutes)

@IngCr3at1on
Copy link
Contributor Author

I'd like to get this tested and merged @CeForce and @MitchellCash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants