mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
f6f7df3731
The fallback introduced in dash#5607 for spent UTXOs also works for unspent UTXOs, no reason to leave it as fallback when it can be made primary. Also, if we did want to keep GetUTXOCoin around, it would need access to CChainState due to the refactoring due in the next commit, which is possible in its RPC invocations but isn't so readily available in Qt code, where it is also called. The fallback code has the benefit of not relying on CChainState.
5 lines
192 B
Markdown
5 lines
192 B
Markdown
RPC changes
|
|
-----------
|
|
|
|
- The following RPCs, `protx list`, `protx listdiff`, `protx info` will no longer report `collateralAddress` if the transaction index has been disabled (`txindex=0`).
|