mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-19 06:54:19 +01:00
Add wallet policy support (#6765)
This commit is contained in:
@@ -184,7 +184,7 @@ public partial class UIStoresController
|
||||
}
|
||||
catch
|
||||
{
|
||||
ModelState.AddModelError(nameof(vm.DerivationScheme), StringLocalizer["Invalid derivation scheme"]);
|
||||
ModelState.AddModelError(nameof(vm.DerivationScheme), StringLocalizer["NBXplorer is unable to track this derivation scheme. You may need to update it."]);
|
||||
return View(vm.ViewName, vm);
|
||||
}
|
||||
await _storeRepo.UpdateStore(store);
|
||||
|
||||
Reference in New Issue
Block a user