mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
Do not print dangerous info in the logs
This commit is contained in:
parent
963c69a0e0
commit
4a1fb71e09
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue