3
like this:
I have a private key P, and via a HDchain, it creates a child address addrChild with a child key pair: priKeyChild and pubKeyChild.
When I create a rawTransaction with the addrChild, I can successfully sign this rawTransaction with the priKeyChild.
the question is: instead of using the priKeyChild, can I successfully use P to sign this rawTranscation ?