node: provide convenience function for signing hashes with ID

This commit is contained in:
itsmattkc
2021-07-29 13:22:40 -07:00
parent bbd6678ec3
commit df4138e5be
4 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ void MergeNode::Hash(const QString &output, QCryptographicHash &hash, const rati
if (!passthrough_base && !passthrough_blend) {
// This merge will actually do something so we add a fingerprint
hash.addData(id().toUtf8());
HashAddNodeSignature(hash, output);
}
if (!passthrough_base) {