Skip to content

Commit 725fa4f

Browse files
committed
Fix only-gov disabling multiassets
Fixes #1788
1 parent e225d1e commit 725fa4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ onlyUTxOInsertOptions =
737737
, sioShelley = ShelleyDisable
738738
, sioRewards = RewardsConfig True
739739
, sioMultiAsset = MultiAssetDisable
740-
, sioMetadata = MetadataDisable
740+
, sioMetadata = MetadataEnable
741741
, sioPlutus = PlutusDisable
742742
, sioGovernance = GovernanceConfig False
743743
, sioOffchainPoolData = OffchainPoolDataConfig False

doc/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ This is equivalent to setting:
106106
"enable": "false"
107107
},
108108
"multi_asset": {
109-
"enable": "false"
109+
"enable": "true"
110110
},
111111
"plutus": {
112112
"enable": false

0 commit comments

Comments
 (0)