Skip to content

Commit d8475e7

Browse files
author
limxdev
committed
Update tx_verify.cpp
1 parent b708db3 commit d8475e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/consensus/tx_verify.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ bool Consensus::CheckTxInputs(const CTransaction& tx, CValidationState& state, c
252252
}
253253
*/
254254
// BTX END
255-
255+
256256
// Check for negative or overflow input values
257257
nValueIn += coin.out.nValue;
258258
if (!MoneyRange(coin.out.nValue) || !MoneyRange(nValueIn)) {

0 commit comments

Comments
 (0)