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
For now the SIMULATE_WITHOUT_LEDGER is used to simulate without the ledger and this is very useful.
However, a "bug" can occurs when tasks writer wants to make this as more interactive.
So we would like to have the
SIMULATE_WITHOUT_LEDGER = 0 is disabled.
SIMULATE_WITHOUT_LEDGER = 1 is enabled.
For now, only if the SIMULATE_WITHOUT_LEDGER is set this will enable this and not check if the value is 0 or 1.
The text was updated successfully, but these errors were encountered:
For now the
SIMULATE_WITHOUT_LEDGER
is used to simulate without the ledger and this is very useful.However, a "bug" can occurs when tasks writer wants to make this as more interactive.
So we would like to have the
SIMULATE_WITHOUT_LEDGER
= 0 is disabled.SIMULATE_WITHOUT_LEDGER
= 1 is enabled.For now, only if the
SIMULATE_WITHOUT_LEDGER
is set this will enable this and not check if the value is0
or1
.The text was updated successfully, but these errors were encountered: