Skip to content

Commit

Permalink
wip: fix new problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed Apr 19, 2021
1 parent a5acc78 commit 1bffc51
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/shelley/src/Cardano/Wallet/Shelley/Launch/Cluster.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1094,6 +1094,13 @@ issuePoolRegistrationCert
let file = dir </> "pool.cert"
let bytes = Aeson.encode metadata
BL8.writeFile (dir </> "metadata.json") bytes

stakeHex <- BL8.readFile stakePub
print stakeHex

-- Need bech32-encoded stake address
-- (e.g. with e1 as tag)

cli tr
[ "stake-pool", "registration-certificate"
, "--cold-verification-key-file", opPub
Expand Down

0 comments on commit 1bffc51

Please sign in to comment.