issues
search
connext
/
vector
↗️ Vector is an ultra-minimal state channel network implementation.
MIT License
109
stars
44
forks
source link
Track nonce internally
#649
Closed
LayneHaber
closed
3 years ago
LayneHaber
commented
3 years ago
The Problem
Sometimes seeing error where nonce is being used twice for different transactions, resulting in
replacement fee too low
errors
The Solution
Track nonce within the
ethService
class
The Problem
replacement fee too low
errorsThe Solution
ethService
class