File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
toolkit/data-sources/db-sync/src Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 63
63
//! Partner Chains data sources require specific Db-Sync configuration to be set for them to
64
64
//! operate correctly:
65
65
//! - `insert_options.tx_out.value`: must be either `"enable"` (default) or `"consumed"`.
66
- //! When `"consumed"` is used then `tx_out.force_tx_in` has to be `true`.
67
- //! Code in this crate depends on `tx_in` table being present.
66
+ //! The data sources in this crate that need to query transaction intputs automatically detect
67
+ //! which option is used and adjust their queries accordingly. This requires the database to be
68
+ //! already initialized by db-sync. When run for an uninitialized database, the data sources
69
+ //! will default to the `"enable"` option.
68
70
//! - `insert_options.tx_out.use_address_table`: must be `false` (default).
69
71
//! - `insert_options.ledger`: must be `"enable"` (default).
70
72
//! - `insert_options.multi_asset`: must be `true` (default).
You can’t perform that action at this time.
0 commit comments