Fix some bugs

- Remove json ld seo because it can be xss attacked and isn't needed
anyways
- Add try catch to sweep_all function incase error (for example: if tip
is too small, it can't cover the fee)
- Add note about tips being too small that they cant send in FAQ on
contact page
This commit is contained in:
dev 2021-08-06 16:50:23 -07:00
parent e6cc674ee8
commit f792803c99
4 changed files with 16 additions and 12 deletions

View file

@ -5,7 +5,7 @@
<div class="row justify-content-center">
<div class="col-md-8">
@if (session('submitted'))
<div class="alert alert-success" role="alert">
<div class="alert alert-primary" role="alert">
{{ session('submitted') }}
</div>
@endif