2021-03-19 12:05:46 +01:00
|
|
|
@using BTCPayServer.Views
|
|
|
|
@using BTCPayServer.Views.Wallets
|
|
|
|
@{
|
2018-07-26 22:32:24 +09:00
|
|
|
ViewBag.MainTitle = "Manage wallet";
|
2021-03-19 12:05:46 +01:00
|
|
|
ViewData.SetActiveCategory(typeof(WalletsNavPages));
|
2018-07-26 22:32:24 +09:00
|
|
|
}
|