mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
282b02e6b2
* rpc: split spork manipulation logic to distinct "sporkupdate" call Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com> * docs: add release notes for dash#4885 Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
287 B
287 B
Updated RPCs
- The
spork
RPC call will no longer offer both get (labelled as "basic mode") and set (labelled as "advanced mode") functionality.spork
will now only offer "basic" functionality. "Advanced" functionality is now exposed through thesporkupdate
RPC call.