Closed sammy007 closed 6 years ago
Getbalance
also.
Initially I was converting the names like:
getbalance -> Getbalance
start_mining -> StartMining
But I admit that the first RPC functions look weird. It looks like the RPC devs were not following a convention before, but then they decided to add the undercore on the newer methods (and kept the older functions unchanged to avoid breaking implementations).
It would be nice to rename current
Getheight
,Getaddress
toGetHeight
,GetAddress
.