ciselab / rpc-json-testing

0 stars 1 forks source link

Manually advance XRP ledger #56

Closed lisv closed 2 years ago

lisv commented 2 years ago

"In stand-alone mode, rippled does not communicate to other members of the peer-to-peer network or participate in a consensus process. Since there is no consensus process in this mode, you must manually advance the ledger index using the ledger_accept method"" - https://xrpl.org/advance-the-ledger-in-stand-alone-mode.html

This might influence whether transactions are actually stored on the ledger before sending another request from the same individual.