Skip to content

Commit

Permalink
do not parse includeScriptRef yet
Browse files Browse the repository at this point in the history
  • Loading branch information
janmazak committed Aug 10, 2022
1 parent 3d69a14 commit 00757ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signTxOutput.c
Expand Up @@ -389,7 +389,7 @@ static void signTxOutput_handleTopLevelDataAPDU(const uint8_t* wireDataBuffer, s
subctx->numAssetGroups = (uint16_t) numAssetGroups;

subctx->includeDatum = signTx_parseIncluded(parse_u1be(&view));
subctx->includeScriptRef = signTx_parseIncluded(parse_u1be(&view));
// TODO subctx->includeScriptRef = signTx_parseIncluded(parse_u1be(&view));

if (subctx->includeDatum || subctx->includeScriptRef) {
// it's easier to verify all Plutus-related things via txid all at once
Expand Down

0 comments on commit 00757ec

Please sign in to comment.