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

Fix multiwallet transaction notifications #120

Merged

Commits on Oct 28, 2020

  1. move-only: Define TransactionNotification before TransactionTablePriv

    This is needed because next commit moves vQueueNotifications to
    TransactionTablePriv member.
    promag committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    7b3b230 View commit details
    Browse the repository at this point in the history
  2. qt: Make transaction notification queue wallet specific

    Drop global vQueueNotifications and make one for each wallet.
    promag committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    989e579 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

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