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:
d11n
2022-07-04 04:03:16 +02:00
committed by GitHub
parent 2e2c6aef83
commit 2c3b8d8925
11 changed files with 302 additions and 181 deletions

View File

@@ -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)
{