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

walletnotify doesn't notify re: "mint" or "generate" transactions #240

Open
chris-sledge opened this issue Sep 28, 2019 · 0 comments
Open

Comments

@chris-sledge
Copy link

chris-sledge commented Sep 28, 2019

Describe the issue

walletnotify in verusd only notifies about transaction categories "receive", "immature", "stake" and "orphan". It does not notify for "mint" or "generate"

Can you reliably reproduce the issue?

If so, please list the steps to reproduce below:

  1. create a script test.sh to get the tx category from the txid and echo into a log file, ex.
#!/bin/bash

category=$(~/verus-cli/verus gettransaction "$1" | grep category)
echo "$1" "$category" >> ~/verus-cli/test.log
  1. add walletnotify=~/verus-cli/test.sh to ~/.komodo/VRSCTEST/VRSCTEST.conf
  2. run ~/verus-cli/verus listtransactions "" 10 occasionally to confirm if you've gotten any "mint" or "generate" transactions

Expected behaviour

one should see "mint" or "generate" transactions in the log file

Actual behaviour + errors

the log file reliably shows transactions for all other categories except mint and generate, even with the same txid as previous "stake" and "immature" transactions. It appears that walletnotify does not notify once these transactions mature into actual staked/mined coins.

The version of Komodo you were using:

Verus Daemon version 0.5.8

Oink70 pushed a commit to Oink70/VerusCoin that referenced this issue Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant