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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
The executeBlock function in the StateMachine class is exported but is never used. This function contains a call to executeTransaction for which the result is not checked, meaning that, if this function was used, invalid transactions could be added to a block.
Which version(s) does this affect? (Environment, OS, etc...)
v6.0.0-beta.2
The text was updated successfully, but these errors were encountered:
Description
The executeBlock function in the
StateMachine
class is exported but is never used. This function contains a call toexecuteTransaction
for which the result is not checked, meaning that, if this function was used, invalid transactions could be added to a block.Which version(s) does this affect? (Environment, OS, etc...)
v6.0.0-beta.2
The text was updated successfully, but these errors were encountered: