Fix tests and warnigns

This commit is contained in:
nicolas.dorier
2022-08-04 12:42:15 +09:00
parent 6239f9da75
commit 1854fd307f
3 changed files with 3 additions and 4 deletions

View File

@@ -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();