Update `beforeCrossChainMessageForwarding` in LIP 0051 to check `messageFeeTokenID`
Closed this issue · 0 comments
mjerkov commented
Motivation
If the beforeCrossChainMessageForwarding function of the Token module LIP should only work with LSK, then a check should be added to ensure that messageFeeTokenID
is always LSK.
Current Specifications
Currently, no such check exists.
Proposed Specifications
Perform the check described in Motivation.
Affected LIPs
LIP 0051