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

getrawtransaction changes #690

Open
tynes opened this issue Feb 5, 2019 · 0 comments
Open

getrawtransaction changes #690

tynes opened this issue Feb 5, 2019 · 0 comments
Labels
compatibility Incompatibility with other implementations rpc

Comments

@tynes
Copy link
Member

tynes commented Feb 5, 2019

A recently merged pull request into bitcoin core alters the functionality of getrawtransaction
bitcoin/bitcoin#15159

According to the release notes:

- The `getrawtransaction` RPC no longer checks the unspent UTXO set for
   a transaction. The remaining behaviors are as follows: 1. If a
  blockhash is provided, check the corresponding block. 2. If no
  blockhash is provided, check the mempool. 3. If no blockhash is
  provided but txindex is enabled, also check txindex.
@tynes tynes added the compatibility Incompatibility with other implementations label Feb 5, 2019
@braydonf braydonf added the rpc label Jul 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility Incompatibility with other implementations rpc
Projects
None yet
Development

No branches or pull requests

2 participants