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

document disabling utxo_freeze_threshold #8035

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 24, 2022

  1. document disabling utxo_freeze_threshold

    Add documentation to the docstring of the appropriate function
    explaining how to disable the spesmilo#6960 test for dusting transactions
    
    TODO: it may make sense to document passing this option on the command
    line as well, since editing the config file by hand is a recipe for
    trouble.
    
    Unfortunately this is not as simple as doing:
    ```
    electrum --unconf_utxo_freeze_threshold=0
    ```
    and I can't find how electrum takes config arguments on the command
    line. Maybe someone else knows?
    x committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    c9ce70d View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. fix documentation as per discussion

    - document that coins must be un-frozen using the Coins tab
    - document using getconfig/setconfig as better than manually editing the
      config
    x committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    caba3d8 View commit details
    Browse the repository at this point in the history
  2. fix typo

    x committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    72b65e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    fb0dc6f View commit details
    Browse the repository at this point in the history