Skip to content

Is DIFF_EQUAL_SIG_HASH_CRC_STR mis-defined? #2

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions