Skip to content

Commit

Permalink
Remove LIMIT_TX_QUEUE_SOURCE_ACCOUNT core config
Browse files Browse the repository at this point in the history
  • Loading branch information
mollykarcher committed Sep 22, 2023
1 parent 838b1c4 commit 1071a54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ingest/ledgerbackend/toml.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ type captiveCoreTomlValues struct {
NodeNames []string `toml:"NODE_NAMES,omitempty"`
NetworkPassphrase string `toml:"NETWORK_PASSPHRASE,omitempty"`
PeerPort uint `toml:"PEER_PORT,omitempty"`
LimitTxQueueSourceAccount bool `toml:"LIMIT_TX_QUEUE_SOURCE_ACCOUNT,omitempty"`
// we cannot omitempty because 0 is a valid configuration for FAILURE_SAFETY
// and the default is -1
FailureSafety int `toml:"FAILURE_SAFETY"`
Expand Down

0 comments on commit 1071a54

Please sign in to comment.