cardano-community / koios-java-client

koios-java-client
https://www.koios.rest/
Apache License 2.0
18 stars 3 forks source link

Some governance related fields in the protocol parameters are returned as null. #169

Open satran004 opened 1 week ago

satran004 commented 1 week ago

The values for the following fields are null. I am checking them through CCL.

    private BigDecimal dvtPPNetworkGroup = null;
    private BigDecimal dvtPPEconomicGroup = null;
    private BigDecimal dvtPPTechnicalGroup = null;
    private BigDecimal dvtPPGovGroup = null;