Skip to content

Commit

Permalink
Merge pull request #861 from input-output-hk/nhenin/marlowe-contracts…
Browse files Browse the repository at this point in the history
…-bump

marlowe-contracts version bump
  • Loading branch information
nhenin authored Jun 7, 2024
2 parents 3eb16aa + 26b6b89 commit c86a8b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion marlowe-contracts/marlowe-contracts.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.4
name: marlowe-contracts
version: 0.2.0.0
version: 1.0.0
license: Apache-2.0
license-files:
LICENSE
Expand Down
2 changes: 1 addition & 1 deletion marlowe-object/src/Language/Marlowe/Object/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ instance FromJSON ShelleyAddress where
fromCoreAddress :: Core.Network -> PV2.Address -> ShelleyAddress
fromCoreAddress network addr =
ShelleyAddress $
fromRight (error "fromRight: Left") $
fromRight (error $ "core address deserialization failed: " ++ show network ++ " / " ++ show addr) $
deserialiseFromBech32 (AsAddress AsShelleyAddr) $
serialiseAddressBech32 network addr

Expand Down

0 comments on commit c86a8b5

Please sign in to comment.