Skip to content

Commit

Permalink
Merge pull request #780 from input-output-hk/issue245
Browse files Browse the repository at this point in the history
Fixed #245. Remove validity interval from `marlowe-cli run withdraw`.
  • Loading branch information
bwbush authored Dec 15, 2023
2 parents 59922fd + aedf4ab commit 226a68d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Fixed

- Marlowe CLI withdrawal no longer includes a validity interval.
2 changes: 1 addition & 1 deletion marlowe-cli/src/Language/Marlowe/CLI/Run.hs
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ withdrawFunds connection marloweOutFile roleName collateral inputs outputs chang
outputs'
(Just collateral)
changeAddress
(mtRange marloweOut)
Nothing
(hashSigningKey <$> signingKeys)
TxMintNone
metadata
Expand Down

0 comments on commit 226a68d

Please sign in to comment.