helium / blockchain-core

Apache License 2.0
214 stars 85 forks source link

Fix state channel close_state crash #1426

Closed xandkar closed 2 years ago

xandkar commented 2 years ago

when a v2 accessor is called on a v1 value.

Overall the version-dispatch in the state channels is a bit haphazard and error prone, needing a more-careful restructure. This is just the minimal fix for the crash I saw during resync.