Skip to content

Commit

Permalink
getTransaction has dynamic length and shouldn't use isolate
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed Jun 16, 2019
1 parent b4b76f7 commit 6ddaeff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jormungandr/src/Cardano/Wallet/Jormungandr/Binary.hs
Expand Up @@ -200,7 +200,7 @@ getInitial = label "getInitial" $ do

-- | Decode the contents of a @Transaction@-message.
getTransaction :: Get Tx
getTransaction = label "getTransaction" $ isolate 43 $ do
getTransaction = label "getTransaction" $ do
(ins, outs) <- getTokenTransfer

let witnessCount = length ins
Expand Down

0 comments on commit 6ddaeff

Please sign in to comment.