pfm(refactor): missing prefix for RefundPacketKey
#217
Labels
packet-forward-middleware
Label for items related to the packet forward middleware
RefundPacketKey
#217
The RefundPacketKey function does not include a prefix that disambiguates it from other possible store paths.
While there are currently no other slash-separated store paths in Packet Forward Middleware's Keeper than RefundPacketKey, if one is added in the future, values stored under RefundPacketKey may collide with it.
Proposed fix:
Since this is a breaking change we do not plan to introduce these changes now but it's probably a good idea to keep this issue open so we can be aware of this issue in the case where we need to persist some additional data to the store in the future.
The text was updated successfully, but these errors were encountered: