Skip to content

Commit

Permalink
Enable multiassets for only-utxo preset
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturWieczorek authored and kderme committed Aug 9, 2024
1 parent 2b4b6be commit dbea349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cardano-db-sync/src/Cardano/DbSync/Config/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -736,8 +736,8 @@ onlyUTxOInsertOptions =
, sioLedger = LedgerIgnore
, sioShelley = ShelleyDisable
, sioRewards = RewardsConfig True
, sioMultiAsset = MultiAssetDisable
, sioMetadata = MetadataEnable
, sioMultiAsset = MultiAssetEnable
, sioMetadata = MetadataDisable
, sioPlutus = PlutusDisable
, sioGovernance = GovernanceConfig False
, sioOffchainPoolData = OffchainPoolDataConfig False
Expand Down

0 comments on commit dbea349

Please sign in to comment.