Skip to content

Commit 061745e

Browse files
committed
fix(cardano-db-sync): Default --keep-tx-metadata to []
1 parent 8d61a85 commit 061745e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cardano-db-sync/app/cardano-db-sync.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ pKeepTxMetadata =
235235
Opt.option
236236
(parseCommaSeparated <$> Opt.str)
237237
( Opt.long "keep-tx-metadata"
238+
<> Opt.value []
238239
<> Opt.help "Insert a specific set of tx metadata, based on the tx metadata key names"
239240
)
240241
where

0 commit comments

Comments
 (0)