mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 05:54:26 +01:00
Fix typos in README file (#3644)
* Fix typos in README file * Update BTCPayServer.Tests/README.md Co-authored-by: d11n <mail@dennisreimann.de> Co-authored-by: Nicolas Dorier <nicolas.dorier@gmail.com> Co-authored-by: d11n <mail@dennisreimann.de>
This commit is contained in:
@@ -30,7 +30,7 @@ You can also generate blocks:
|
||||
|
||||
- Install and run [Polar](https://lightningpolar.com/). Setup a small network of nodes.
|
||||
- Go to your store's General Settings and enable Lightning.
|
||||
- Build your connection string using the Connect infomation in the Polar app.
|
||||
- Build your connection string using the Connect information in the Polar app.
|
||||
|
||||
LND Connection string example:
|
||||
type=lnd-rest;server=https://127.0.0.1:8084/;macaroonfilepath="local path to admin.macaroon on your computer, without these quotes";allowinsecure=true
|
||||
@@ -88,8 +88,8 @@ Or, uncheck the box that says, "Break when this exception type is thrown".
|
||||
|
||||
### `docker-compose up dev` failed or tests are not passing, what should I do?
|
||||
|
||||
1. Run `docker-compose down --v` (this will reset your test environment)
|
||||
2. Run `docker-compose pull` (this will ensure you have the lastest images)
|
||||
1. Run `docker-compose down --volumes` (this will reset your test environment)
|
||||
2. Run `docker-compose pull` (this will ensure you have the latest images)
|
||||
3. Run again with `docker-compose up dev`
|
||||
|
||||
### How to run the Altcoin environment?
|
||||
|
||||
Reference in New Issue
Block a user