EpicCash / epic

Blockchain Node Server with integrated Stratum Mining Server
https://epiccash.com
Apache License 2.0
24 stars 36 forks source link

wrong sha256 foundation.json for windows #11

Closed johanneshahn closed 3 years ago

johanneshahn commented 3 years ago

Should be same as unix

[cfg(target_family = "unix")]

pub const FLOONET_FOUNDATION_JSON_SHA256: &str = "b4c2e178bf696eaaa35ed3f4eeecd50ebe4d45c9d3ca8f4081168b01deec1899";

[cfg(target_family = "windows")]

pub const FLOONET_FOUNDATION_JSON_SHA256: &str = "b4c2e178bf696eaaa35ed3f4eeecd50ebe4d45c9d3ca8f4081168b01deec1899";

johanneshahn commented 3 years ago

fixed in 3.0.0-beta