Open tzdybal opened 2 weeks ago
ExecuteTxs should call engine_newPayload and then wait for completion of execution using engine_getPayload.
ExecuteTxs
engine_newPayload
engine_getPayload
ExecuteTxs
should callengine_newPayload
and then wait for completion of execution usingengine_getPayload
.