Skip to content

Commit dbea349

Browse files
ArturWieczorekkderme
authored andcommitted
Enable multiassets for only-utxo preset
1 parent 2b4b6be commit dbea349

File tree

1 file changed

+2
-2
lines changed
  • cardano-db-sync/src/Cardano/DbSync/Config

1 file changed

+2
-2
lines changed

cardano-db-sync/src/Cardano/DbSync/Config/Types.hs

+2-2
Original file line numberDiff line numberDiff line change
@@ -736,8 +736,8 @@ onlyUTxOInsertOptions =
736736
, sioLedger = LedgerIgnore
737737
, sioShelley = ShelleyDisable
738738
, sioRewards = RewardsConfig True
739-
, sioMultiAsset = MultiAssetDisable
740-
, sioMetadata = MetadataEnable
739+
, sioMultiAsset = MultiAssetEnable
740+
, sioMetadata = MetadataDisable
741741
, sioPlutus = PlutusDisable
742742
, sioGovernance = GovernanceConfig False
743743
, sioOffchainPoolData = OffchainPoolDataConfig False

0 commit comments

Comments
 (0)