#23706 changed the param names to block_hash
and peer_id
, which in a vacuum seems fine.
But this new method is the only place we refer to them by these names. Many other places (including every RPC param) use blockhash
already, and the one other RPC usage has nodeid
(and there are no other cases where it is called a “peer ID”).
For this reason, I think we should keep to the standard param names for now.
This commit partially reverts 923312fbf6a89efde1739da0b7209694d4f892ba.