mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 05:54:26 +01:00
Fix tests and warnigns
This commit is contained in:
@@ -578,7 +578,7 @@ namespace BTCPayServer.Controllers
|
||||
public async Task<IActionResult> WalletSend(
|
||||
[ModelBinder(typeof(WalletIdModelBinder))]
|
||||
WalletId walletId, WalletSendModel vm, string command = "", CancellationToken cancellation = default,
|
||||
string bip21 = "")
|
||||
string? bip21 = "")
|
||||
{
|
||||
if (walletId?.StoreId == null)
|
||||
return NotFound();
|
||||
|
||||
Reference in New Issue
Block a user