diff --git a/README.md b/README.md index 4190191..56e9f16 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,7 @@ vim .env To use the wallet with the [public test mint](#test-instance), you need to change the appropriate entries in the `.env` file. #### Test instance -*Warning: this instance is just for demonstration only. Currently, only Lightning deposits work but not withdrawals. The server could vanish at any moment so consider any Satoshis you deposit a donation. I will add Lightning withdrawals soon so unless someone comes up with a huge inflation bug, you might be able to claim them back at a later point in time.* - +*Warning: this instance is just for demonstration only. The server could vanish at any moment so consider any Satoshis you deposit a donation.* Change the appropriate `.env` file settings to ```bash diff --git a/cashu/wallet/cli.py b/cashu/wallet/cli.py old mode 100755 new mode 100644