Minor refactorings

This commit is contained in:
nicolas.dorier
2024-05-17 14:46:17 +09:00
parent 8331d1019f
commit c6d46fcdd0
5 changed files with 38 additions and 24 deletions

View File

@@ -502,7 +502,7 @@ namespace BTCPayServer
});
}
private async Task<IActionResult> GetLNURLRequest(
public async Task<IActionResult> GetLNURLRequest(
string cryptoCode,
Data.StoreData store,
Data.StoreBlob blob,