Skip to content
This repository has been archived by the owner on Nov 6, 2021. It is now read-only.

Commit

Permalink
MANTIS-35 fixed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
bwbush committed Oct 10, 2021
1 parent aa2075e commit 0967228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Mantra/Command/Chain.hs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ main debugIO configFile output continue pointFile =
debugIO $ "Hash " ++ hash'
debugIO
$ case script of
ScriptInAnyLang (SimpleScriptLanguage _) (SimpleScript _ script') -> show script
ScriptInAnyLang (SimpleScriptLanguage _) (SimpleScript _ script') -> show script'
_ -> "<a Plutus script>"
whenJust output
$ \output' ->
Expand Down
2 changes: 1 addition & 1 deletion mantra.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cabal-version: >= 1.10

name : mantra
description : This tool provides several script-oriented utilities for the Cardano blockchain. In particular, it posts metadata or mints/burns tokens. It can also generate scripts, compute script addresses, compute the fingerprint of a token, and download scripts.
version : 0.5.1.0
version : 0.5.1.1
license : MIT
license-file : LICENSE
author : Brian W Bush
Expand Down

0 comments on commit 0967228

Please sign in to comment.