File tree 1 file changed +2
-2
lines changed
cardano-db-sync/src/Cardano/DbSync/Config
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -417,7 +417,7 @@ instance FromJSON SyncInsertOptions where
417
417
<*> obj .:? " plutus" .!= sioPlutus def
418
418
<*> obj .:? " governance" .!= sioGovernance def
419
419
<*> obj .:? " offchain_pool_data" .!= sioOffchainPoolData def
420
- <*> obj .:? " pool_stats " .!= sioPoolStats def
420
+ <*> obj .:? " pool_stat " .!= sioPoolStats def
421
421
<*> obj .:? " json_type" .!= sioJsonType def
422
422
<*> obj .:? " remove_jsonb_from_schema" .!= sioRemoveJsonbFromSchema def
423
423
@@ -433,7 +433,7 @@ instance ToJSON SyncInsertOptions where
433
433
, " plutus" .= sioPlutus
434
434
, " governance" .= sioGovernance
435
435
, " offchain_pool_data" .= sioOffchainPoolData
436
- , " pool_stats " .= sioPoolStats
436
+ , " pool_stat " .= sioPoolStats
437
437
, " json_type" .= sioJsonType
438
438
, " remove_jsonb_from_schema" .= sioRemoveJsonbFromSchema
439
439
]
You can’t perform that action at this time.
0 commit comments