Fixed a number of issues with serialization of pricing_record entries.
This commit is contained in:
@@ -483,8 +483,6 @@ namespace cryptonote
|
||||
buf.height = height;
|
||||
crypto::hash_to_scalar(&buf, sizeof(buf), uniqueness);
|
||||
|
||||
LOG_ERROR("*** DOMAIN = " << buf.domain_separator << ", HEIGHT = " << height);
|
||||
|
||||
} else if (type == cryptonote::transaction_type::PROTOCOL) {
|
||||
|
||||
// Sanity checks
|
||||
|
||||
Reference in New Issue
Block a user