You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This version is missing data for replay attack protection, one way of defining the channel id is to use a tuple: unique_channel_id = (chain_id, token_network_adress, channel_id)
IOW, we need to add a field for the chain_id (or one block hash, but that is way harder to implement)
Updated description. So, instead of unique_channel_id - have 3 separate values. The smart contract needs the channel_identifier as a readable parameter (in case you guys thought of having a hash of the 3 values as the unique_channel_id).
unique_channel_id
is now defined asChannel specific data for reply attack prevention
The text was updated successfully, but these errors were encountered: