Closed kroggen closed 1 year ago
A null LState added to the freeCh was making the channel to block (on vm_dummy) because it reached the maximum number of items on the channel
LState
freeCh
This can cause difference in gas consumption so it may require a sync test
This also fixes some differences in computed gas on vm_dummy
vm_dummy
A null
LState
added to thefreeCh
was making the channel to block (on vm_dummy) because it reached the maximum number of items on the channel