Skip to content

Support signing of change UTXOs #17

@optout21

Description

@optout21

Currently signing is supported only for derivations paths with index4=0 of the form "0/x", that is 'regular' UTXOs and not 'change' UTXOs.

The methods for signing (sign_hash_ecdsa) take one index input (signer_index), and have hardcoded index4 as 0 (see get_child_keypair). An additional signer_index4 parameter has to be added and passed through

Also check for other places where a single child index number is used.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions