getblocktemplate returns raw commitment instead of witness script. #20

Closed
opened 2022-02-08 09:05:12 +01:00 by roylee17 · 0 comments
roylee17 commented 2022-02-08 09:05:12 +01:00 (Migrated from github.com)

The witness script has leading op codes in front of the 32 bytes of raw commitment.

OP_RETURN PUSH_DATA36 COMMITMENT_HEADER <COMMITMENT>
or (in hex view)
`6a 24 aa21a9ed

The witness script has leading op codes in front of the 32 bytes of raw commitment. `OP_RETURN PUSH_DATA36 COMMITMENT_HEADER <COMMITMENT>` or (in hex view) `6a 24 aa21a9ed <COMMITMENT>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbcd#20
No description provided.