Skip to content

Commit

Permalink
fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ygaberman-px committed May 1, 2023
1 parent 5a18acb commit 5d2436c
Show file tree
Hide file tree
Showing 36 changed files with 9 additions and 4,059 deletions.
2 changes: 1 addition & 1 deletion accounts/abi/bind/backends/simulated.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func (b *SimulatedBackend) Commit() common.Hash {

blocks, _ := core.GenerateChain(b.config, parentBlock, ethash.NewFaker(), b.database, 1,
func(number int, block *core.BlockGen) {
for _, tx := range append(b.pendingBlock.Transactions(), b.stuckTransactions...) {
for _, tx := range b.pendingBlock.Transactions() {
if b.marketGasPrice == nil || b.marketGasPrice.Cmp(tx.GasPrice()) <= 0 {
block.AddTxWithChain(b.blockchain, tx)
} else {
Expand Down
3 changes: 0 additions & 3 deletions accounts/abi/bind/backends/simulated_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ import (
"testing"
"time"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

"github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
Expand Down
161 changes: 0 additions & 161 deletions cmd/puppeth/module.go

This file was deleted.

Loading

0 comments on commit 5d2436c

Please sign in to comment.