mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Upstream: remove extraneous warning about variable being used before set (#4)
This commit is contained in:
parent
5b2053211e
commit
eedc9606a5
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue