Closed ChewingGlass closed 1 year ago
This still returns
{ "result": "ok" }
. Can we add some clarification around using --commit to assist on #332?
so technically if you do not pass --commit
the client would preflight the transaction to verify that it's all ready to go.. In practice that has not worked well at all since most of our transactions can't really be pre-flighted well AFAICT. The result is that currently without the commit flat it just parses the params and constructs the txn. And with the commit flag it submits it.
This still returns
{ "result": "ok" }
. Can we add some clarification around using --commit to assist on #332?