From d5579ef2b56ae8896a2269ec0f3704d70d72b90d Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Thu, 9 May 2019 01:06:03 +0900 Subject: [PATCH] Do not serialize PaymentId for DerivationSchemeSettings --- BTCPayServer/DerivationSchemeSettings.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BTCPayServer/DerivationSchemeSettings.cs b/BTCPayServer/DerivationSchemeSettings.cs index 6b3445644..fc7a67104 100644 --- a/BTCPayServer/DerivationSchemeSettings.cs +++ b/BTCPayServer/DerivationSchemeSettings.cs @@ -122,6 +122,7 @@ namespace BTCPayServer public string Label { get; set; } + [JsonIgnore] public PaymentMethodId PaymentId => new PaymentMethodId(Network.CryptoCode, PaymentTypes.BTCLike); public override string ToString()