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

gui: Implement GUI version of consolidateunspent (coin control part) #2111

Merged

Commits on Apr 30, 2021

  1. Extend coin control to implement filter and consolidate functions

    1. Changes the (un)select all button to a true select all/select none filp-flop.
    
    2. Implements an input filter function to allow the selection of inputs either less than
    or equal to or greater than or equal to a provided input value. This can be used for more
    than just consolidations.
    
    3. Implements a "Consolidate" button which limits the selected inputs to 600 to ensure
    the consolidation transaction will be successful, presents a pick list to select the destination
    address for the consolidation, and then automatically fills in the send transaction for
    convenience.
    jamescowens committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    a142fd7 View commit details
    Browse the repository at this point in the history