BTCPrivate / BitcoinPrivate-legacy

Bitcoin Private is a Bitcoin and Zclassic fork which uses ZK-SNARK technology for privacy and fungibility.
Other
283 stars 132 forks source link

Added Mac-specific fix to account size_t ambiguity errors. #114

Closed donshin closed 6 years ago

donshin commented 6 years ago

The addition of asyncrpcoperation_shieldcoinbase.cpp re-introduced a Mac-specific compiler incompatibility (size_t ambiguity errors); to solve, the same pre-existing compile-time fix present elsewhere (asyncrpcoperation_sendmany.cpp) was applied to asyncrpcoperation_shieldcoinbase.cpp, making this change a relatively safe one.

ch4ot1c commented 6 years ago

Tested - builds. Thank you!