We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
blockchain_go/blockchain.go
Line 138 in bf64f33
When I try to run this code and print all the transactions' information, I found that Vout is wrong. I think outIdx should be replaced by out.Value.
The text was updated successfully, but these errors were encountered:
In my opinion, Vout is index of output transaction that'e being used as TXInput in current transaction.
Sorry, something went wrong.
No branches or pull requests
blockchain_go/blockchain.go
Line 138 in bf64f33
When I try to run this code and print all the transactions' information, I found that Vout is wrong.
I think outIdx should be replaced by out.Value.
The text was updated successfully, but these errors were encountered: