PoC-Consortium / scavenger

A fast Burstcoin miner written in Rust
GNU General Public License v3.0
107 stars 64 forks source link

Use 4096 sector size as default when diskutil can not get drive info. #91

Closed andreivcodes closed 3 years ago

andreivcodes commented 3 years ago

On macos diskutil can not be used on network drives and therefore sector_size is 0. Instead of quitting with panic, warn and use 4096 as default.