-
Notifications
You must be signed in to change notification settings - Fork 194
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
db parameter in get_transaction #105
Comments
Do you resolve this problem? |
I finally resolve it. Just you have to open the leveldb index tx and pass it as parameter.
... |
Is it possible to get the confirmed block number of a transaction? For example if I use
I get a transaction object Transaction(48a387570eeffb07e8e84642efe36bc4088285fc04db91743a9850bfd1611af2). I would like to know the block that it was confirmed at. |
levushakov
added a commit
to levushakov/python-bitcoin-blockchain-parser
that referenced
this issue
Mar 5, 2024
…lock header
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What should we pass as the database db in get_transaction(txid, db)? Is there any sample code that showcases the use of this function? Thanks!
The text was updated successfully, but these errors were encountered: