Skip to content

Commit 261f951

Browse files
sgillespiekderme
authored andcommitted
fix(cardano-db-sync): Update "only_utxo" preset config
Set tx_out = bootstrap to match docs
1 parent 4bb749d commit 261f951

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

cardano-db-sync/src/Cardano/DbSync/Api.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ fullInsertOptions =
227227
onlyUTxOInsertOptions :: SyncInsertOptions
228228
onlyUTxOInsertOptions =
229229
SyncInsertOptions
230-
{ sioTxOut = TxOutEnable
230+
{ sioTxOut = TxOutBootstrap (ForceTxIn False)
231231
, sioLedger = LedgerIgnore
232232
, sioShelley = ShelleyDisable
233233
, sioRewards = RewardsConfig True

doc/configuration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ This is equivalent to setting:
9797
"shelley": {
9898
"enable": false
9999
},
100+
"metadata": {
101+
"enable": "false"
102+
},
103+
"multi_asset": {
104+
"enable": "false"
105+
},
100106
"plutus": {
101107
"enable": false
102108
},

0 commit comments

Comments
 (0)