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
BlockChain.BlockChain must run IActionEvalautor.Execute() when initiated.
But when we want to open the BlockChain read-only version, Even though it is a non-domain-dependent class, it has domain-dependent dependencies.
Rationale
We need to add a boolean flag to BlockChain.BlockChain so the user can bypass the feature if the user doesn't want it.
The text was updated successfully, but these errors were encountered:
Context
libplanet/src/Libplanet/Blockchain/BlockChain.cs
Lines 193 to 199 in c1a1c5e
BlockChain.BlockChain
must runIActionEvalautor.Execute()
when initiated.But when we want to open the
BlockChain
read-only version, Even though it is a non-domain-dependent class, it has domain-dependent dependencies.Rationale
We need to add a boolean flag to
BlockChain.BlockChain
so the user can bypass the feature if the user doesn't want it.The text was updated successfully, but these errors were encountered: