-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
Description
The DecodeScript RPC documentation currently has a discrepancy between the help output and the actual implementation behavior:
- Documentation/Help Output: States that the
p2shfield is "Removed in Dash Core 23.0.0" - Actual Implementation: dash-cli still returns the
p2shfield 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
- PR: docs: v23.0 rpc updates #525
- Comment: docs: v23.0 rpc updates #525 (comment)
- File:
docs/core/api/remote-procedure-calls-raw-transactions.md(lines ~694-701) - Requested by: @thephez
Next Steps
Monitor upstream Dash Core for fixes to either:
- Update the help output to indicate
p2shis still returned, or - Remove the
p2shfield from the actual implementation to match the help text
Once resolved upstream, update the documentation accordingly.
Metadata
Metadata
Assignees
Labels
No labels