xrpl.js icon indicating copy to clipboard operation
xrpl.js copied to clipboard

`submitAndWait` in standalone mode

Open tequdev opened this issue 1 year ago • 1 comments

We cannot use submitAndWait in a standalone mode network.

I propose to add a standalone flag to the submitAndWait parameter so that the ledger_accept command can be executed in the process.

Ideally, it should be able to run in stand-alone mode and on other testnets with nearly identical simple code, although it is possible to do so in other ways.

tequdev avatar Sep 16 '23 15:09 tequdev

Is this necessary when you can just use submit and run ledger_accept yourself?

mvadari avatar Sep 18 '23 17:09 mvadari