mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Improve comments in taproot signing logic
This commit is contained in:
parent
4fc15d1566
commit
addb9b5a71
4 changed files with 23 additions and 8 deletions
|
|
@ -61,7 +61,7 @@ bool MutableTransactionSignatureCreator::CreateSchnorrSig(const SigningProvider&
|
|||
|
||||
CKey key;
|
||||
{
|
||||
// For now, use the old full pubkey-based key derivation logic. As it indexed by
|
||||
// For now, use the old full pubkey-based key derivation logic. As it is indexed by
|
||||
// Hash160(full pubkey), we need to try both a version prefixed with 0x02, and one
|
||||
// with 0x03.
|
||||
unsigned char b[33] = {0x02};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue