mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 05:23:01 +01:00
9a99a4abdc
## Issue being fixed or feature implemented `instantlock` and `chainlock` are broken in `getspecialtxes` kudos to @thephez for finding the issue ## What was done? pass the hash and also rename the variable to self-describing ## How Has This Been Tested? run `getspecialtxes` on a node with and without the patch ## Breaking Changes `instantlock` and `chainlock` will show actual values and not just `false` all the time now (not sure if that qualifies for "breaking" though) ## Checklist: - [x] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_
5 lines
139 B
Markdown
5 lines
139 B
Markdown
RPC changes
|
|
-----------
|
|
|
|
In `getspecialtxes` `instantlock` and `chainlock` fields were always `false`. They should show actual values now.
|