decred / politeia

ISC License
110 stars 75 forks source link

tstore: unprefix returned keys from `CacheGet`. #1620

Closed amass01 closed 2 years ago

amass01 commented 2 years ago

This diff fixes a bug in tstoreClient's CacheGet function. Before this it returned a map with the keys prefixed with the plugin ID of the calling plugin, this commit fixes that issue and returns a map with the original keys passed to the CacheGet function.