You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update FC.baseTxFrame after txFrame persisted (#3272)
If the `baseTxFrame` is not updated, and `updateBase` yield to
async event loop. Other module will access expired `baseTxFrame`.
e.g. `getStatus` of eth/68 will crash the program.
0 commit comments