Fix floating point bug.

This commit is contained in:
tecnovert
2021-01-02 23:04:29 +02:00
parent 1ba2ad6f0b
commit 05c9d9c66d
5 changed files with 13 additions and 11 deletions

View File

@@ -33,11 +33,13 @@ After updating the code and rebuilding the container:
## If installed through pip:
cd basicswap
git pull
pip3 install .
$ export SWAP_DATADIR=/Users/$USER/coinswaps
$ . $SWAP_DATADIR/venv/bin/activate && python -V
$ cd $SWAP_DATADIR/basicswap
$ git pull
$ pip3 install .
#### Update core versions
basicswap-prepare -preparebinonly
basicswap-prepare -preparebinonly --withcoins=monero --withoutcoins=litecoin