openvcash / vcash

A decentralized currency for the internet.
https://vcash.info
GNU Affero General Public License v3.0
36 stars 35 forks source link

Possibly revisit workaround(s) #30

Open sum01 opened 6 years ago

sum01 commented 6 years ago

Workaround bug in gcc 4.7: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52680

This workaround was fixed in 4.8, as discussed in the link.

Relevant files: mining_manager.hpp
db.cpp


note This is a workaround for the CHECKMULTISIG bug.

This workaround seems to have been fixed in Bitcoin, so it might be able to be ported in some way to Vcash, although I could be wrong. Bitcoin PR here.

Relevant file: script.cpp