vcash icon indicating copy to clipboard operation
vcash copied to clipboard

Possibly revisit workaround(s)

Open sum01 opened this issue 8 years ago • 0 comments

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

sum01 avatar Oct 07 '17 17:10 sum01