Fixed nav menu active states + Better Fake Custodian (#4854)

This commit is contained in:
Wouter Samaey
2023-04-05 15:11:46 +02:00
committed by GitHub
parent 0ef7f3715f
commit 929d63ecf8
7 changed files with 316 additions and 26 deletions

View File

@@ -432,7 +432,8 @@ namespace BTCPayServer.Controllers
}
catch (WrongTradingPairException)
{
// Cannot trade this asset, just ignore
// Cannot trade this asset
return BadRequest(vm);
}
}
}