Skip to content

Commit

Permalink
CAD-1347 cli: fix the 'shelley address info' output missing base16
Browse files Browse the repository at this point in the history
  • Loading branch information
deepfire committed Jul 10, 2020
1 parent 9260a99 commit e3afad9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cardano-cli/src/Cardano/CLI/Shelley/Run/Address/Info.hs
Expand Up @@ -41,6 +41,7 @@ instance ToJSON AddressInfo where
, "era" .= aiEra addrInfo
, "encoding" .= aiEncoding addrInfo
, "address" .= aiAddress addrInfo
, "base16" .= aiBase16 addrInfo
]

runAddressInfo :: Text -> Maybe OutputFile -> ExceptT ShelleyAddressInfoError IO ()
Expand Down

0 comments on commit e3afad9

Please sign in to comment.