Veil-Project / veil

Veil-Project
MIT License
117 stars 91 forks source link

Bug? "vout" field is missing from non-standard transaction types. #675

Closed mimirmim closed 3 years ago

mimirmim commented 5 years ago

The vout field is missing from all non-standard transaction types. It can easily be added by in and should be. Right now gettxout is useless on getting non-standard transaction data because it requires vout number.

I expected to be able to pull up txout out data from veil-cli or the console in the wallet.

The actual behavior is that I'm getting Empty Result errors for all non-basecoin transactions.

This currently is a part of all released version of Veil.

CaveSpectre11 commented 3 years ago

Fixed with PR #868