helium / blockchain-core

Apache License 2.0
214 stars 85 forks source link

Add a var to properly increment the var nonce in a rescue block #1516

Closed Vagabond closed 1 year ago

Vagabond commented 1 year ago

This fixes a long standing bug in vars transactions in rescue blocks where the vars nonce was not incremented. This would lead to the vars changing but the nonce not changing, which could introduce errors into the var cache.