Lately I've been getting the following error:
bitcoind1_1 | + WALLET_NAME=
bitcoind1_1 | + WALLET_DIR=/home/simnet/.bitcoin/regtest/wallets/
bitcoind1_1 | + [[ -e /home/simnet/.bitcoin/regtest/wallets/ ]]
bitcoind1_1 | + ./bitcoin-cli.sh createwallet ''
bitcoind1_1 | error code: -4
bitcoind1_1 | error message:
bitcoind1_1 | Wallet file verification failed. Failed to create database path '/home/simnet/.bitcoin/regtest'. Database already exists.
It happens if I start a Simverse for a second time. So the first time everything runs fine. I then stop it (either with CTRL+C or with /dc stop) and if I run ./dc up again it results in this error.