Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
Don't expose payment processing config extension data via API. Fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Weichhold committed Jan 16, 2018
1 parent 16bbcdc commit 7ce6655
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/MiningCore/Api/Responses/GetPoolsResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ public class ApiPoolPaymentProcessingConfig
public decimal MinimumPayment { get; set; } // in pool-base-currency (ie. Bitcoin, not Satoshis)
public string PayoutScheme { get; set; }
public JToken PayoutSchemeConfig { get; set; }

[JsonExtensionData]
public IDictionary<string, object> Extra { get; set; }
}

public partial class PoolInfo
Expand Down

0 comments on commit 7ce6655

Please sign in to comment.