Skip to content

Commit

Permalink
fix txhashbuilder typo
Browse files Browse the repository at this point in the history
  • Loading branch information
janmazak committed Aug 10, 2022
1 parent 7732268 commit 5c988f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/txHashBuilder.c
Expand Up @@ -1733,7 +1733,7 @@ static void txHashBuilder_assertCanLeaveCollateralReturn(tx_hash_builder_t* buil

switch (builder->state) {
case TX_HASH_BUILDER_IN_COLLATERAL_RETURN:
assertCanLeaveOutput(builder);
assertCanLeaveCurrentOutput(builder);
// collateral return was added, we can move on
break;

Expand Down

0 comments on commit 5c988f9

Please sign in to comment.