On pool setup, actors on same machine all try to create the same pool ledger config as part of their own data structure setup.
_indy_loop_callback: Function returned error (<ErrorCode.PoolLedgerConfigAlreadyExistsError: 306>, 'Error: Pool ledger config already exists\n Caused by: Pool ledger config file with name "ANVIL" already exists\n')
Fix: check pool exists, and only instantiate a new pool ledger config if it doesn't.
On pool setup, actors on same machine all try to create the same pool ledger config as part of their own data structure setup.
Fix: check pool exists, and only instantiate a new pool ledger config if it doesn't.