Skip to content

Commit

Permalink
fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
janmazak committed Aug 10, 2022
1 parent 03a8a85 commit 57f9a9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/signTxOutput.c
Expand Up @@ -35,6 +35,7 @@ bool signTxOutput_isFinished()

default:
ASSERT(false);
return false;
}
}

Expand Down

0 comments on commit 57f9a9f

Please sign in to comment.