Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PutraLaksmana committed Apr 22, 2024
1 parent 3dcd323 commit 38b4a3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/txpool/legacypool/legacypool.go
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,6 @@ func (pool *LegacyPool) addRemoteSync(tx *types.Transaction) error {
// If sync is set, the method will block until all internal maintenance related
// to the add is finished. Only use this during tests for determinism!
func (pool *LegacyPool) Add(txs []*types.Transaction, local, sync bool) []error {

// Do not treat as local if local transactions have been disabled
local = local && !pool.config.NoLocals

Expand Down

0 comments on commit 38b4a3f

Please sign in to comment.