Rename Serialized*Size -> SerializedSprout*Size

This commit is contained in:
Jack Grigg
2018-08-03 01:57:40 +01:00
parent 93fcf892d4
commit 74f5b010df
3 changed files with 7 additions and 7 deletions

View File

@@ -143,7 +143,7 @@ static bool DecryptSproutSpendingKey(const CKeyingMaterial& vMasterKey,
if(!DecryptSecret(vMasterKey, vchCryptedSecret, address.GetHash(), vchSecret))
return false;
if (vchSecret.size() != libzcash::SerializedSpendingKeySize)
if (vchSecret.size() != libzcash::SerializedSproutSpendingKeySize)
return false;
CSecureDataStream ss(vchSecret, SER_NETWORK, PROTOCOL_VERSION);