mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Refactor parameter passing in wallet functions
This commit is contained in:
@@ -11,6 +11,6 @@ namespace BTCPayServer.Models.WalletViewModels
|
||||
public string WalletId { get; set; }
|
||||
public string PSBT { get; set; }
|
||||
public string WebsocketPath { get; set; }
|
||||
public string PayJoinEndpointUrl { get; set; }
|
||||
public SigningContextModel SigningContext { get; set; } = new SigningContextModel();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user