You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In diff.hpp
#define DIFF_EQUAL_SIG_HASH_CRC 1
#define DIFF_EQUAL_SIG_HASH_CRC_STR 2
I think they should switch the value with each other. Then,
In diff.cpp sig_equal()
if (type <= DIFF_EQUAL_SIG_HASH_CRC)
This will cover DIFF_EQUAL_SIG_HASH_CRC_STR. That'll be right.
Original issue reported on code.google.com by shenlian...@gmail.com on 19 Apr 2013 at 4:24
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
shenlian...@gmail.com
on 19 Apr 2013 at 4:24The text was updated successfully, but these errors were encountered: