ui: Add warning to unlock page.

This commit is contained in:
tecnovert
2022-11-22 10:28:02 +02:00
parent b5b43a8bf3
commit 9370eff4a6
3 changed files with 11 additions and 8 deletions

View File

@@ -1,8 +1,9 @@
## Guix
Start a development environment
(openssl is included only to set SSL_CERTS_DIRS)
guix shell --pure -L. -D basicswap
guix shell --pure -L. openssl -D basicswap
Run tests
@@ -15,7 +16,7 @@ Run tests
pytest -vs tests/basicswap/test_run.py::Test::test_02_part_ltc
Install package
Install basicswap package
guix package --install -L. basicswap