poanetwork / poa-ballot-stats

Read POA voting records and rank voters by how many ballots they missed.
GNU Lesser General Public License v3.0
7 stars 6 forks source link

Disable unused web3 features. #13

Closed afck closed 6 years ago

afck commented 6 years ago

The web3 create doesn't compile with the ipc feature on Windows. Once https://github.com/tomusdrw/rust-web3/issues/81 is closed and poa-ballot-stats offers a choice of transport methods, it can be re-enabled.

afck commented 6 years ago

Thanks to @andogro for pointing this out!