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

add: fee to output #1

Merged
merged 2 commits into from
Apr 18, 2024
Merged

add: fee to output #1

merged 2 commits into from
Apr 18, 2024

Conversation

0xB10C
Copy link
Owner

@0xB10C 0xB10C commented Apr 18, 2024

While calling get_raw_transaction_info_with_fee slows things considerably down, having the tx fees is quite useful.

An alternative would be to call the getblock hash 2 verbosity RPC to get the fees in the same msg as the block from Bitcoin Core. This is currently not implemented in rust-bitcoincore-rpc.but proposed in rust-bitcoin/rust-bitcoincore-rpc#329

@0xB10C 0xB10C force-pushed the 2024-03-add-fee-to-output branch from 26a8cec to bf12f5d Compare April 18, 2024 12:49
@0xB10C 0xB10C merged commit cb91998 into master Apr 18, 2024
1 check passed
@0xB10C 0xB10C deleted the 2024-03-add-fee-to-output branch April 18, 2024 12:51
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

Successfully merging this pull request may close these issues.

1 participant