dashpay / dash-network-deploy

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

chore: add `getblockheader` and `getblockhash` to for `drive_consensus` #653

Closed shumkov closed 2 months ago

shumkov commented 2 months ago

Issue being fixed or feature implemented

The drive_consensus Core RPC user is requires getblockheader and getblockhash for new genesis logic.

What was done?

How Has This Been Tested?

None

Breaking Changes

None

Checklist:

For repository code-owners and collaborators only