Skip to content

Commit

Permalink
remove wrong assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
janmazak committed May 23, 2022
1 parent 19e107d commit 5012467
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/signTx.c
Expand Up @@ -2056,7 +2056,6 @@ static void signTx_handleConfirm_ui_runStep()
UI_STEP_BEGIN(ctx->ui_step, this_fn);

UI_STEP(HANDLE_CONFIRM_STEP_TXID) {
ASSERT(ctx->commonTxData.txSigningMode == SIGN_TX_SIGNINGMODE_PLUTUS_TX);
ui_displayHexBufferScreen(
"Transaction id",
ctx->txHash, SIZEOF(ctx->txHash),
Expand Down

0 comments on commit 5012467

Please sign in to comment.