Skip to content

Commit

Permalink
deal with validity interval
Browse files Browse the repository at this point in the history
  • Loading branch information
paweljakubas committed Oct 15, 2021
1 parent 894de4a commit ecab1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/src/Cardano/Wallet/Api/Server.hs
Expand Up @@ -2371,7 +2371,7 @@ decodeTransaction ctx _wid (ApiSerialisedTransaction (ApiT sealed)) = do
, collateral = map toInp colls
, withdrawals = map toWrdl $ Map.assocs wdrlMap
, metadata = ApiTxMetadata $ ApiT <$> meta
, scriptValidity = Nothing
, scriptValidity = ApiT <$> vldt
}
where
tl = ctx ^. W.transactionLayer @k
Expand Down

0 comments on commit ecab1c0

Please sign in to comment.