Skip to content

Commit

Permalink
fix wrong list wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosLopezDeLara committed Jan 22, 2025
1 parent 76858ff commit d8ea0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-cli/src/Cardano/CLI/EraBased/Run/Query.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@ writeStakeAddressInfo
, "voteDelegation" .= fmap friendlyDRep mDRep
, "rewardAccountBalance" .= mBalance
, "delegationDeposit" .= mDeposit
, "govActionDeposits" .= [gaDeposits]
, "govActionDeposits" .= gaDeposits
]
)
merged
Expand Down

0 comments on commit d8ea0e2

Please sign in to comment.