We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b4b6be commit dbea349Copy full SHA for dbea349
cardano-db-sync/src/Cardano/DbSync/Config/Types.hs
@@ -736,8 +736,8 @@ onlyUTxOInsertOptions =
736
, sioLedger = LedgerIgnore
737
, sioShelley = ShelleyDisable
738
, sioRewards = RewardsConfig True
739
- , sioMultiAsset = MultiAssetDisable
740
- , sioMetadata = MetadataEnable
+ , sioMultiAsset = MultiAssetEnable
+ , sioMetadata = MetadataDisable
741
, sioPlutus = PlutusDisable
742
, sioGovernance = GovernanceConfig False
743
, sioOffchainPoolData = OffchainPoolDataConfig False
0 commit comments