mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Dashboard: Load Lightning balance async, display default currency (#3907)
* Dashboard: Load Lightning balance async, display default currency * Simplify approach, improve views and scripts * Remove LightMoney converters
This commit is contained in:
@@ -348,11 +348,6 @@ namespace BTCPayServer.Controllers
|
||||
: Json(data);
|
||||
}
|
||||
|
||||
private static string GetLabelTarget(WalletId walletId, uint256 txId)
|
||||
{
|
||||
return $"{walletId}:{txId}";
|
||||
}
|
||||
|
||||
[HttpGet("{walletId}/receive")]
|
||||
public IActionResult WalletReceive([ModelBinder(typeof(WalletIdModelBinder))] WalletId walletId)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user