Remove SER_GETHASH, hard-code client version in CKeyPool serialize

It was never set, so it can be removed along with any code reading it.
This commit is contained in:
MarcoFalke
2023-09-11 16:12:34 +00:00
parent fa72f09d6f
commit fac29a0ab1
2 changed files with 2 additions and 9 deletions

View File

@@ -131,7 +131,6 @@ enum
// primary actions
SER_NETWORK = (1 << 0),
SER_DISK = (1 << 1),
SER_GETHASH = (1 << 2),
};
/**