Skip to content

Commit

Permalink
changes from PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
fselmo committed Oct 14, 2021
1 parent 264d699 commit 562be96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eth_tester/backends/mock/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ def _fill_transaction(transaction, block, transaction_index, is_pending, overrid
yield 'to', overrides.get('to', transaction.get('to', b''))
yield 'data', overrides.get('data', transaction.get('data', b''))
yield 'value', overrides.get('value', transaction.get('value', 0))
yield 'nonce', overrides.get('nonce', transaction.get('nonce', 0))
yield 'gas', overrides.get('gas', transaction.get('gas'))

if 'gas_price' in transaction or 'gas_price' in overrides:
Expand Down

0 comments on commit 562be96

Please sign in to comment.