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
As @hackaugusto pointed out, partner can be computed from partner_signature.
Then the channel_identifier checks can be done after the address recovery (e.g. the require(channel_identifier == getChannelIdentifier(participant, partner));)
So, at this point it does seem redundant.
The text was updated successfully, but these errors were encountered:
raiden-contracts/raiden_contracts/contracts/TokenNetwork.sol
Lines 329 to 336 in dd0b258
As @hackaugusto pointed out,
partner
can be computed frompartner_signature
.Then the
channel_identifier
checks can be done after the address recovery (e.g. therequire(channel_identifier == getChannelIdentifier(participant, partner));
)So, at this point it does seem redundant.
The text was updated successfully, but these errors were encountered: