mastercoin-MSC / mastercore

mastercore info
mastercoin.org
MIT License
24 stars 11 forks source link

Require enabled wallet #239

Closed dexX7 closed 9 years ago

dexX7 commented 9 years ago

Throws a build error, if configured with --disable-wallet or friends:

~/mastercore$ ./autogen.sh
~/mastercore$ ./configure --disable-wallet
...
checking if wallet should be enabled... no
configure: error: Master Core must be used with enabled wallet. Please do not use --without-wallet or --disable-wallet.

Default behavior is not changed.

Feel free to suggest another error message.

zathras-crypto commented 9 years ago

Sounds good

dexX7 commented 9 years ago

Either way, this should be considered as better-than-worse workaround until Master Core is not completely dependant on an enabled wallet mode.