Skip to content

Commit

Permalink
Use forked cardano-node to have the Key interface exposed
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed Jun 14, 2022
1 parent e11eb5a commit a1883f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,12 @@ package plutus-merkle-tree
-- Always show detailed output for tests
test-show-details: direct

-- NOTE: 1.34.1 + exposed Key interface (backported)
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-node.git
tag: 1.34.1
--sha256: 1hh53whcj5y9kw4qpkiza7rmkniz18r493vv4dzl1a8r5fy3b2bv
location: https://github.com/ch1bo/cardano-node.git
tag: 432ad674067b3b04b7863a19997e6c52b390d7a0
--sha256: 0i13k6f7rxrxv1kib8lvg1c6v03xrkapm0yxdp2gy17vlmri4jhm
subdir:
cardano-api
cardano-git-rev
Expand Down
1 change: 1 addition & 0 deletions hydra-cardano-api/src/Hydra/Cardano/Api.hs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ import Cardano.Api as X hiding (
AddressInEra (..),
AddressTypeInEra (..),
BalancedTxBody (..),
Key (..),
KeyWitness,
PlutusScript,
Script (..),
Expand Down

0 comments on commit a1883f7

Please sign in to comment.