Skip to content

Commit

Permalink
Merge pull request ethereum#19 from quilt/sender_update
Browse files Browse the repository at this point in the history
Update to sponsor
  • Loading branch information
villanuevawill authored Jun 22, 2020
2 parents 5268cc4 + 8daf017 commit a405616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func (p *testTxPool) Pending() (map[common.Address]types.Transactions, error) {

batches := make(map[common.Address]types.Transactions)
for _, tx := range p.pool {
from, _ := types.Sender(types.HomesteadSigner{}, tx)
from, _ := tx.Sponsor(types.HomesteadSigner{})
batches[from] = append(batches[from], tx)
}
for _, batch := range batches {
Expand Down

0 comments on commit a405616

Please sign in to comment.