Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-kim committed Aug 8, 2023
1 parent 088f747 commit 90f0301
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin/evm/vm.go
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,6 @@ func (vm *VM) issueTx(tx *Tx, local bool) error {
}
return err
}

// add to mempool and possibly re-gossip
if err := vm.mempool.AddTx(tx); err != nil {
if !local {
Expand Down

0 comments on commit 90f0301

Please sign in to comment.