client: Bug fix, coin_name() is capitalised.

This commit is contained in:
tecnovert
2021-02-14 16:53:44 +02:00
parent d6a1ff6030
commit 1953820cd1
3 changed files with 10 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ Adjust `--withcoins` and `--withoutcoins` as desired, eg: `--withcoins=monero,bi
**Record the mnemonic from the output of the above command.**
#### Set the timezone:
#### Set the timezone (optional):
Edit the `.env` file in the docker directory, set TZ to your local timezone.
Valid options can be listed with: `timedatectl list-timezones`

View File

@@ -11,15 +11,15 @@ Update only the code:
$ export COINDATA_PATH=[PATH_TO]
$ docker-compose up
If the dependencies and db format have changed the container must be built with `--no-cache` and the db file moved to a backup.
If the dependencies have changed the container must be built with `--no-cache`:
basicswap]$ git pull
$ cd docker
$ docker-compose build --no-cache
$ export COINDATA_PATH=[PATH_TO]
$ mv --backup=numbered $COINDATA_PATH/db.sqlite $COINDATA_PATH/db_bkp.sqlite
$ docker-compose up
#### Update core versions
After updating the code and rebuilding the container run: