publish LeaseSet with store hash

This commit is contained in:
orignal 2019-04-09 15:36:10 -04:00
parent 5d69bb7383
commit b6b5bb3f75
3 changed files with 6 additions and 1 deletions

View file

@ -904,6 +904,8 @@ namespace data
i2p::crypto::ChaCha20 (outerPlainText, lenOuterPlaintext, keys1, keys1 + 32, outerPlainText); // encrypt Layer 1
// signature
blindedSigner->Sign (m_Buffer, offset, m_Buffer + offset);
// store hash
m_StoreHash.reset (new IdentHash (blindedKey.GetStoreHash ()));
}
}
}