produce decoded transaction in stderr
to avoid interfering with possible scripting
This commit is contained in:
parent
c101616e62
commit
f9b51f107d
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ main = do
|
|||
let parsedTransaction = case xdrDeserialize transaction :: Either String TransactionEnvelope of
|
||||
Left err -> error err
|
||||
Right x -> x
|
||||
T.putStrLn $ pretty parsedTransaction
|
||||
T.hPutStrLn stderr $ pretty parsedTransaction
|
||||
proceed <- confirm
|
||||
when proceed $ do
|
||||
key <- getPrivateKey
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue