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
We could imagine that that the balancing could return the generated transaction so that the second generation is no longer needed. However, due to balancing option there are cases when this generation does not happen during balancing. In those cases, we could imagine two possibilities:
generating a transaction during balancing regardless of the given options
having balancing return a Maybe Tx and possibly generate the transaction in the validation process when equal to Nothing.
The text was updated successfully, but these errors were encountered:
At the moment we generate the transaction twice:
validateTxSkel
We could imagine that that the balancing could return the generated transaction so that the second generation is no longer needed. However, due to balancing option there are cases when this generation does not happen during balancing. In those cases, we could imagine two possibilities:
Maybe Tx
and possibly generate the transaction in the validation process when equal toNothing
.The text was updated successfully, but these errors were encountered: