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
Introduces two additional arguments (token_network_address and non_closing_participant) which are required to verify the signature of the reward proof.
Specification
The client has to sign the message according to the new format.
Update raiden.utils.packing.pack_reward_proof function signature
Update contracts version (new package)
The text was updated successfully, but these errors were encountered:
PR: raiden-network/raiden-contracts#1238
Introduces two additional arguments (
token_network_address
andnon_closing_participant
) which are required to verify the signature of the reward proof.Specification
The client has to sign the message according to the new format.
raiden.utils.packing.pack_reward_proof
function signatureThe text was updated successfully, but these errors were encountered: