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

dynode outputs command does not properly report multiple Dynodes per TXID #465

Open
LordDarkHelmet opened this issue Jul 6, 2021 · 0 comments

Comments

@LordDarkHelmet
Copy link
Contributor

Describe the issue

The dynode outputs command does not properly register all dynode outputs. If multiple dynodes are created using the send many command then the dynode outputs command will only report one of the capable Dynodes

Steps to reproduce

  1. Use the send many command to make multiple Dynodes, for example send 1000 DYN to 10 unique virgin addresses.
  2. Run the dynode outputs command and you will see only one Dynode.

Expected behavior (tell us what should happen)

Each capable Dynode should be shown. They will all have the same TXID, but each should have a unique output index.

Actual behavior (tell us what happens instead)

Only one Dynode is displayed.
From the testnet, where I created 10 Dynodes using a single transaction this is what I got when I ran dynode outputs

{
  "7a483f92900857ae471ae9995c63ddcadb06969ccba4bf03929f377347af1f4b": "9"
}

I was able to start all 10 dynodes by using the same TXID with each Dynode using output index 0 to 9. This just seems to be a reporting issue.

What platform are you using (Linux, Windows, Mac)

Tested using the Windows QT wallet v2.4.4.1

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