diff --git a/db.go b/db.go
index 7cac36c..18fb0a3 100644
--- a/db.go
+++ b/db.go
@@ -65,9 +65,12 @@ func SaveName(
params.Name = name
params.Domain = domain
- // check if the given data works
- if inv, err = makeInvoice(params, 1000, &pin, "", ""); err != nil {
- return "", "", fmt.Errorf("couldn't make an invoice with the given data: %w", err)
+ if params.Kind != "forward" {
+ // check if the given data works
+ if inv, err = makeInvoice(params, 1000, &pin, "", ""); err != nil {
+ return "", "", fmt.Errorf("couldn't make an invoice with the given data: %w", err)
+ }
+
}
// save it
diff --git a/grab.html b/grab.html
index 6adef28..63fafe9 100644
--- a/grab.html
+++ b/grab.html
@@ -23,13 +23,16 @@
+
To ensure the connection with your Lightning backend is configured
properly, we've created a test invoice that can be seen below.