raiden-network / spec

Spec of the Raiden Network protocol
8 stars 19 forks source link

SecretRegistry checks deadline overflows #312

Closed pirapira closed 4 years ago

pirapira commented 4 years ago

SecretRegistry detects when the deadline calculation overflows and the deadline would be set in the past.

The check was added in https://github.com/raiden-network/raiden-contracts/pull/1205

This commit describes this behavior in the spec.