paritytech / secret-store

Parity Secret Store implementation
GNU General Public License v3.0
23 stars 11 forks source link

Use map instead of double_map for DocumentKeyStoreResponses #31

Open svyatonik opened 4 years ago

svyatonik commented 4 years ago

here - we do not actually need to waste storage/hash CPU here. The simple map would be enough here if code in service.rs would be updated to support it.