From 1c1800a2ffc631aaebf7222f3a5e1648aa08b8e0 Mon Sep 17 00:00:00 2001 From: Molly Karcher Date: Thu, 15 Jun 2023 20:19:40 -0400 Subject: [PATCH] Parse LIMIT_TX_QUEUE_SOURCE_ACCOUNT in core config --- ingest/ledgerbackend/toml.go | 1 + 1 file changed, 1 insertion(+) diff --git a/ingest/ledgerbackend/toml.go b/ingest/ledgerbackend/toml.go index 892363c98b..188c6a56da 100644 --- a/ingest/ledgerbackend/toml.go +++ b/ingest/ledgerbackend/toml.go @@ -88,6 +88,7 @@ type captiveCoreTomlValues struct { UseBucketListDB bool `toml:"EXPERIMENTAL_BUCKETLIST_DB,omitempty"` BucketListDBPageSizeExp *uint `toml:"EXPERIMENTAL_BUCKETLIST_DB_INDEX_PAGE_SIZE_EXPONENT,omitempty"` BucketListDBCutoff *uint `toml:"EXPERIMENTAL_BUCKETLIST_DB_INDEX_CUTOFF,omitempty"` + LimitTxQueueSourceAccount bool `toml:"LIMIT_TX_QUEUE_SOURCE_ACCOUNT,omitempty"` } // QuorumSetIsConfigured returns true if there is a quorum set defined in the configuration.