From a890d5300b97cda2fa34c887837c0fd38c4ef738 Mon Sep 17 00:00:00 2001 From: raddev Date: Tue, 19 Jan 2021 13:30:45 -0500 Subject: [PATCH] Update BTCPayServer.Tests/README.md Co-authored-by: Pavlenex --- BTCPayServer.Tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer.Tests/README.md b/BTCPayServer.Tests/README.md index 1e2b361bc..353d64854 100644 --- a/BTCPayServer.Tests/README.md +++ b/BTCPayServer.Tests/README.md @@ -35,7 +35,7 @@ You can also generate blocks: 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 -Now you can create a lightning invoice on BTCPayserver regtest and make a payment through polar. +Now you can create a lightning invoice on BTCPay Server regtest and make a payment through Polar. PLEASE NOTE: You may get an exception break in Visual Studio. You must quickly click "Continue" in VS so the invoice is generated. Or, uncheck the box that says, "Break when this exceptiontype is thrown".