Remove outdated comment.

This commit is contained in:
Sean Bowe 2020-07-03 10:24:35 -06:00
parent a9d80b0750
commit 249de0808d
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ void ZIP215Check(
std::vector<unsigned char> pubkey_hex = ParseHex(pubkey);
std::vector<unsigned char> sig_hex = ParseHex(sig);
std::string msg("Zcash"); // message doesn't matter, S = 0
std::string msg("Zcash");
int expected_legacy = 0;
int expected_zip215 = 0;