Skip to content

Commit b475f33

Browse files
authored
Merge pull request #61 from mlabs-haskell/bladyjoker/fix-tutorial
Setting metadataDir in pabConfig.yaml fixes #59
2 parents 312f973 + a8d86b3 commit b475f33

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

coop-pab/resources/pabConfig.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ signingKeyFileDir: ".wallets"
1212
-- Directory where the encoded transaction files will be saved
1313
txFileDir: ".local-cluster/txs"
1414

15+
-- | Directory name of metadata files
16+
metadataDir: ".local-cluster/metadata"
17+
1518
-- Dry run mode will build the tx, but skip the submit step
1619
dryRun: false
1720
logLevel: debug

0 commit comments

Comments
 (0)