Description
The DecodeScript RPC documentation currently has a discrepancy between the help output and the actual implementation behavior:
- Documentation/Help Output: States that the
p2sh field is "Removed in Dash Core 23.0.0"
- Actual Implementation: dash-cli still returns the
p2sh field in the DecodeScript response
Current Status
The documentation is intentionally aligned with the help output. This discrepancy will remain until the upstream implementation is fixed to match the help text.
Related
Next Steps
Monitor upstream Dash Core for fixes to either:
- Update the help output to indicate
p2sh is still returned, or
- Remove the
p2sh field from the actual implementation to match the help text
Once resolved upstream, update the documentation accordingly.
Description
The DecodeScript RPC documentation currently has a discrepancy between the help output and the actual implementation behavior:
p2shfield is "Removed in Dash Core 23.0.0"p2shfield in the DecodeScript responseCurrent Status
The documentation is intentionally aligned with the help output. This discrepancy will remain until the upstream implementation is fixed to match the help text.
Related
docs/core/api/remote-procedure-calls-raw-transactions.md(lines ~694-701)Next Steps
Monitor upstream Dash Core for fixes to either:
p2shis still returned, orp2shfield from the actual implementation to match the help textOnce resolved upstream, update the documentation accordingly.