We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e225d1e commit 725fa4fCopy full SHA for 725fa4f
cardano-db-sync/src/Cardano/DbSync/Config/Types.hs
@@ -737,7 +737,7 @@ onlyUTxOInsertOptions =
737
, sioShelley = ShelleyDisable
738
, sioRewards = RewardsConfig True
739
, sioMultiAsset = MultiAssetDisable
740
- , sioMetadata = MetadataDisable
+ , sioMetadata = MetadataEnable
741
, sioPlutus = PlutusDisable
742
, sioGovernance = GovernanceConfig False
743
, sioOffchainPoolData = OffchainPoolDataConfig False
doc/configuration.md
@@ -106,7 +106,7 @@ This is equivalent to setting:
106
"enable": "false"
107
},
108
"multi_asset": {
109
- "enable": "false"
+ "enable": "true"
110
111
"plutus": {
112
"enable": false
0 commit comments