mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Improve wallet nav (#3921)
* Fix rescan nav highlighting * Wallet send wizard * Wallet receive wizard * Consistent wizard back button behaviour
This commit is contained in:
@@ -67,6 +67,9 @@ namespace BTCPayServer.Models.WalletViewModels
|
||||
|
||||
[Display(Name = "UTXOs to spend from")]
|
||||
public IEnumerable<string> SelectedInputs { get; set; }
|
||||
|
||||
public string BackUrl { get; set; }
|
||||
public string ReturnUrl { get; set; }
|
||||
|
||||
public class InputSelectionOption
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user