mosaicnetworks / monetd

Distributed smart-contract platform based on EVM-Lite and Babble
MIT License
12 stars 4 forks source link

monetd default data directory path #11

Closed danukumanan closed 5 years ago

danukumanan commented 5 years ago

Currently the data directory path for monetd is:

While these are the correct locations, the name of the directory should be class case to remain within convention for Windows and Mac OS.

They should be renamed to:

jonknight73 commented 5 years ago

This is a single line change to src/configuration/const.go The const defintion of MonetdTomlDirCaps in approx line 23.

It is a trivial change to make, but it is a breaking change for MacOS. Windows is case insensitive unless specifically changed to be so - and even then, it was only available since April 2018 (more here: https://www.howtogeek.com/354220/how-to-enable-case-sensitive-folders-on-windows-10/ )

arrivets commented 5 years ago

Fixed in e22f9d8bb278377e2125bd18ccbe4cab8eaffa70