diff --git a/README.md b/README.md index b8e53b4..af30acd 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ `circuitbreaker` is to Lightning what firewalls are to the internet. + + It allows nodes to protect themselves from being flooded with htlcs. With `circuitbreaker` a maximum to the number of in-flight htlcs can be set on a per-peer basis. Known and trusted peers for example can be assigned a higher diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..4d3b9a3 Binary files /dev/null and b/logo.png differ diff --git a/webui-build/favicon.ico b/webui-build/favicon.ico deleted file mode 100644 index a11777c..0000000 Binary files a/webui-build/favicon.ico and /dev/null differ diff --git a/webui-build/favicon.png b/webui-build/favicon.png new file mode 100644 index 0000000..af68939 Binary files /dev/null and b/webui-build/favicon.png differ diff --git a/webui-build/index.html b/webui-build/index.html index 24547a8..238ad41 100644 --- a/webui-build/index.html +++ b/webui-build/index.html @@ -1 +1 @@ -Circuit Breaker
\ No newline at end of file +Circuit Breaker
\ No newline at end of file diff --git a/webui-build/manifest.json b/webui-build/manifest.json index 080d6c7..15749ab 100644 --- a/webui-build/manifest.json +++ b/webui-build/manifest.json @@ -3,9 +3,9 @@ "name": "Create React App Sample", "icons": [ { - "src": "favicon.ico", + "src": "favicon.png", "sizes": "64x64 32x32 24x24 16x16", - "type": "image/x-icon" + "type": "image/png" }, { "src": "logo192.png", diff --git a/webui/public/favicon.ico b/webui/public/favicon.ico deleted file mode 100644 index a11777c..0000000 Binary files a/webui/public/favicon.ico and /dev/null differ diff --git a/webui/public/favicon.png b/webui/public/favicon.png new file mode 100644 index 0000000..af68939 Binary files /dev/null and b/webui/public/favicon.png differ diff --git a/webui/public/index.html b/webui/public/index.html index 3e1d9dc..b43eb16 100644 --- a/webui/public/index.html +++ b/webui/public/index.html @@ -2,7 +2,7 @@ - +