mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
Tell to users that using lightning is reckless
This commit is contained in:
parent
5924f1730c
commit
297834be66
1 changed files with 10 additions and 1 deletions
|
@ -99,7 +99,16 @@
|
|||
<div class="form-group">
|
||||
<div class="form-group">
|
||||
<h5>Lightning nodes (Experimental)</h5>
|
||||
<span>Connection to lightning charge node used to generate lignting network payment</span>
|
||||
<p>
|
||||
<span>Connection to lightning charge node used to generate lignting network payment <br /></span>
|
||||
<span>This is experimental and not advised for production so keep in mind:</span>
|
||||
</p>
|
||||
<ul>
|
||||
<li>You might looose your money</li>
|
||||
<li>The devs of BTCPay Server don't know what they are doing and won't be able to help you if that happens</li>
|
||||
<li>You approve being #reckless and the sole responsible party for your loss</li>
|
||||
<li>BTCPay Server relies on a <a href="https://github.com/ElementsProject/lightning-charge">Lightning Charge</a> node</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<a asp-action="AddLightningNode" class="btn btn-success" role="button"><span class="glyphicon glyphicon-plus"></span>Add or modify a lightning node</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue