dashpay / dash-network-deploy

Tools for Dash networks deployment and testing
MIT License
20 stars 19 forks source link

fix: *_hpmn methods are deprecated. Use the related *_evo methods #598

Closed strophy closed 10 months ago

strophy commented 10 months ago

Issue being fixed or feature implemented

Unban was failing with error message: *_hpmn methods are deprecated. Use the related *_evo methods or set -deprecatedrpc=hpmn to enable them

What was done?

Change RPC calls to use *_evo

How Has This Been Tested?

On testnet

Breaking Changes

None

Checklist:

For repository code-owners and collaborators only