Skip to content

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

Open
IngCr3at1on wants to merge 1 commit intoPaycoinFoundation:masterfrom
IngCr3at1on:qt-rpc-clear-orphans
Open

Allow RPC clearorphans command to properly clear orphans in a QT wallet#428
IngCr3at1on wants to merge 1 commit intoPaycoinFoundation:masterfrom
IngCr3at1on:qt-rpc-clear-orphans

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