mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 18:11:36 +01:00
Do not print dangerous info in the logs
This commit is contained in:
parent
963c69a0e0
commit
4a1fb71e09
@ -331,7 +331,7 @@ namespace BTCPayServer.Controllers
|
||||
public async Task<IActionResult> GenerateNBXWallet(string storeId, string cryptoCode,
|
||||
GenerateWalletRequest request)
|
||||
{
|
||||
Logs.Events.LogInformation($"GenerateNBXWallet called {storeId}, {cryptoCode}, {request.ToJson()}");
|
||||
Logs.Events.LogInformation($"GenerateNBXWallet called {storeId}, {cryptoCode}");
|
||||
|
||||
if (!await CanUseHotWallet())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user