Prevent access to wallet features if derivation scheme isn't set (#2196)

This commit is contained in:
Dennis Reimann
2021-01-16 11:48:05 +01:00
committed by GitHub
parent ccfa85b5e0
commit 83dd80ae86
4 changed files with 38 additions and 15 deletions

View File

@@ -28,6 +28,8 @@ namespace BTCPayServer.Models.WalletViewModels
}
public List<PullPaymentModel> PullPayments { get; set; } = new List<PullPaymentModel>();
public bool HasDerivationSchemeSettings { get; set; }
}
public class NewPullPaymentModel