xenowits / nakomoto-coefficient-calculator

Nakamoto Coefficient for different blockchains to understand levels of decentralization
https://nakaflow.io
MIT License
36 stars 31 forks source link

Remove ioutil #10

Open xenowits opened 2 years ago

xenowits commented 2 years ago

Problem to be solved

The ioutil package is deprecated and all functionality is now provided by the io package.

Proposed Solution

Refactor usages of ioutil to io.

xenowits commented 1 year ago

I have updated some of the functions, not all. Glad if someone can help me with this. It is a "good first contribution"