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

Sign single account #4957

Merged
merged 4 commits into from
Dec 16, 2020
Merged

Sign single account #4957

merged 4 commits into from
Dec 16, 2020

Commits on Dec 15, 2020

  1. Copy account data to clipboard

    Use ctrl+c to copy accountagewitness and pubkey to clipboard in a format to
    be used by arbitrator to sign the account
    sqrrm committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    de25105 View commit details
    Browse the repository at this point in the history
  2. Sign imported AccountAgeWitness,PubKey

    Change the specific sign window to sign an imported account in the form
    of accountAgeWitnessString,pubKeyString. The SignSpecificWitness never
    worked due to missing pubKey data and this is a way to import the missing data.
    sqrrm committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    4c33f9c View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    sqrrm committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    e0f4dc2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26024bd View commit details
    Browse the repository at this point in the history