core: fix use of uninitialised data

This commit is contained in:
moneromooo-monero 2018-03-18 23:36:20 +00:00
parent 5710edf040
commit b1398fff40
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
2 changed files with 4 additions and 2 deletions

View file

@ -200,6 +200,7 @@ namespace cryptonote
MAINNET = 0,
TESTNET,
STAGENET,
FAKECHAIN
FAKECHAIN,
UNDEFINED = 255
};
}