Update lightning lib, on-chain balance shouldn't be lightmoney (#3945)

This commit is contained in:
Nicolas Dorier
2022-07-08 10:55:26 +09:00
committed by GitHub
parent a41e98910d
commit eec54831ef
11 changed files with 22 additions and 21 deletions

View File

@@ -75,7 +75,7 @@ namespace BTCPayServer
CreationStore.Remove(userId, out _);
return true;
}
catch (Exception e)
catch (Exception)
{
return false;
}