Skip to content

Commit

Permalink
Missed an infoScriptHash -> infoStakeScriptHash
Browse files Browse the repository at this point in the history
Co-authored-by: Pawel Jakubas <jakubas.pawel@gmail.com>
  • Loading branch information
fallen-icarus and paweljakubas committed Nov 5, 2024
1 parent 4fd43ff commit 39d4a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Cardano/Address/Style/Shelley.hs
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ instance ToJSON AddressInfo where
++ jsonHash "spending_key_hash" CIP5.addr_vkh infoSpendingKeyHash
++ jsonHash "stake_key_hash" CIP5.stake_vkh infoStakeKeyHash
++ jsonHash "spending_shared_hash" CIP5.addr_shared_vkh infoSpendingScriptHash
++ jsonHash "stake_shared_hash" CIP5.stake_shared_vkh infoSpendingScriptHash
++ jsonHash "stake_shared_hash" CIP5.stake_shared_vkh infoStakeScriptHash
++ jsonHash "stake_script_hash" CIP5.stake_vkh infoStakeScriptHash
where
getPointer ByValue = Nothing
Expand Down

0 comments on commit 39d4a12

Please sign in to comment.