SigOp and orphan-tx constants and counts are always unsigned.
authorJeff Garzik <jeff@garzik.org>
Mon, 23 Apr 2012 18:14:03 +0000 (14:14 -0400)
committerJeff Garzik <jgarzik@redhat.com>
Mon, 23 Apr 2012 18:14:03 +0000 (14:14 -0400)
commit7bd9c3a3cf408175019f85ec33cfd4364e5f5d32
tree9e05718e234582ad68ff0561717cbd115ea094d5
parentfaf705a42a05197d89abfc31672ced94d268767f
SigOp and orphan-tx constants and counts are always unsigned.

Fixes several sign-comparison warnings.
src/main.cpp
src/main.h
src/script.cpp
src/script.h
src/test/DoS_tests.cpp