Skip to content

Commit

Permalink
feat: make minFeeReferenceScriptsBase a Rational
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabhxyz committed Sep 6, 2024
1 parent b20781f commit 29a826c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Maestro/Types/V1/General.hs
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ data StakePoolVotingThresholds = StakePoolVotingThresholds
deriving (FromJSON, ToJSON) via CustomJSON '[FieldLabelModifier '[StripPrefix "stakePoolVotingThresholds", CamelToSnake]] StakePoolVotingThresholds

data MinFeeReferenceScripts = MinFeeReferenceScripts
{ minFeeReferenceScriptsBase :: !Natural
{ minFeeReferenceScriptsBase :: !Rational
, minFeeReferenceScriptsMultiplier :: !Rational
, minFeeReferenceScriptsRange :: !Natural
}
Expand Down

0 comments on commit 29a826c

Please sign in to comment.