Branch: refs/heads/master Home: https://github.com/btcsuite/btcd Commit: 23bcb367b230e522b987ba9db5fb9bbcf15a58a3 https://github.com/btcsuite/btcd/commit/23bcb367b230e522b987ba9db5fb9bbcf15a58a3 Author: Josh Rickmar <[email protected]> Date: 2015-11-09 (Mon, 09 Nov 2015)
Changed paths:
M blockchain/validate.go
Log Message:
-----------
blockchain: Fix bogus error message.
In the presence of overflow, the actual output sum is still not
negative and should not be reported as so.
