Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbytemaster committed Feb 24, 2020
1 parent 9322752 commit 9520b9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tx/coinutxotx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ inline bool CheckUtxoCondition( const bool isCheckInput, const CTxExecuteContext
return state.DoS(100, ERRORMSG("CCoinUtxoTx::CheckTx, cond multisign missing error!"), REJECT_INVALID,
"cond-multsign-missing-err");
}

} else {
if (theCond.uid.IsEmpty()) {
return state.DoS(100, ERRORMSG("CCoinUtxoTx::CheckTx, uid empty error!"), REJECT_INVALID,
Expand Down

0 comments on commit 9520b9b

Please sign in to comment.