connext / vector

↗️ Vector is an ultra-minimal state channel network implementation.
MIT License
109 stars 44 forks source link

Handle event where nonce is expired and tx is not confirmed #655

Closed jakekidd closed 3 years ago

jakekidd commented 3 years ago

The Problem

We currently aren't erroring out properly for this specific case where:

The Solution

Using a flag, nonceExpired, if we get a timeout with the flag raised then we error out properly.