mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2025-02-22 14:22:48 +01:00
commit
12f828e5c2
1 changed files with 9 additions and 10 deletions
|
@ -6,16 +6,15 @@
|
|||
<button tabindex="21" class="btn-close-x p-0" mat-button (click)="showInfo()">?</button>
|
||||
<button tabindex="22" class="btn-close-x p-0" mat-button (click)="onClose()">X</button>
|
||||
</div>
|
||||
</div>
|
||||
</mat-card-header>
|
||||
<mat-card-content class="padding-gap-x-large">
|
||||
<div fxLayout="column">
|
||||
<div fxLayout="column" fxLayout.gt-sm="row wrap" fxLayoutAlign="space-between stretch">
|
||||
<div fxFlex="100" class="alert alert-info">
|
||||
<fa-icon class="mr-1 alert-icon" [icon]="faInfoCircle"></fa-icon>
|
||||
<span>Circular Rebalance is a payment you make to *yourselves* to affect a relative change in the balances of two channels.
|
||||
This is accomplished by sending payment out from the selected channel and receiving it back on the channel with the selected peer.
|
||||
Please note, you will be paying routing fee to balance the channels in this manner.</span>
|
||||
</mat-card-header>
|
||||
<mat-card-content class="padding-gap-x-large">
|
||||
<div fxLayout="column">
|
||||
<div fxLayout="column" fxLayout.gt-sm="row wrap" fxLayoutAlign="space-between stretch">
|
||||
<div fxFlex="100" class="alert alert-info">
|
||||
<fa-icon class="mr-1 alert-icon" [icon]="faInfoCircle"></fa-icon>
|
||||
<span>Circular Rebalance is a payment you make to *yourself* to affect a relative change in the balances of two channels.
|
||||
This is accomplished by sending payment out from the selected channel and receiving it back on the channel with the selected peer.
|
||||
Please note, you will be paying routing fee to balance the channels in this manner.</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="padding-gap-large" fxLayout="column" fxLayout.gt-sm="row wrap" fxLayoutAlign="space-between stretch">
|
||||
|
|
Loading…
Add table
Reference in a new issue