Upstream: remove extraneous warning about variable being used before set (#4)

This commit is contained in:
Mark Friedenbach 2016-07-07 15:28:07 +02:00 committed by Gregory Sanders
parent 5b2053211e
commit eedc9606a5

View file

@ -125,7 +125,7 @@ public:
READWRITE(txout.nValue);
}
} else {
uint8_t type;
uint8_t type = 0;
READWRITE(type);
if (type == 0) {
uint64_t nVal = 0;