We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a209e98 commit d5888f1Copy full SHA for d5888f1
packages/bitcore-lib-cash/lib/crypto/schnorr.js
@@ -198,7 +198,7 @@ Schnorr.prototype._findSignature = function(d, e) {
198
return Schnorr().set({
199
hashbuf: hashbuf,
200
endian: endian,
201
- sig: {...sig, isSchnorr: true },
+ sig: sig,
202
pubkey: pubkey
203
}).verify().verified;
204
};
0 commit comments