Merge pull request #5808 from str4d/5806-treat-mnemonichdchain-corruption-as-fatal

wallet: Treat `mnemonichdchain` records as key material
This commit is contained in:
Daira Hopwood 2022-04-02 01:02:08 +01:00 committed by GitHub
commit 6c23b162ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -909,6 +909,7 @@ static bool IsKeyType(string strType)
return (strType== "key" || strType == "wkey" ||
strType == "hdseed" || strType == "chdseed" ||
strType == "mnemonicphrase" || strType == "cmnemonicphrase" ||
strType == "mnemonichdchain" ||
strType == "zkey" || strType == "czkey" ||
strType == "sapzkey" || strType == "csapzkey" ||
strType == "vkey" || strType == "sapextfvk" ||