Skip to content

Commit 21fa073

Browse files
committed
full txpool
1 parent 8be683e commit 21fa073

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

egs/egs_ref.py

-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ def make_txpool_block(self, block, alltx):
158158

159159
if self.got_txpool:
160160
self.txpool_block = txpool_block
161-
txpool_block = txpool_block.loc[txpool_block['chained']==0]
162161
#create new df with txpool grouped by gp
163162
self.txpool_by_gp = txpool_block[['gas_price', 'round_gp_10gwei']].groupby('round_gp_10gwei').agg({'gas_price':'count'})
164163
self.txpool_by_gp.rename(columns = {'gas_price':'tx_atabove'}, inplace=True)

0 commit comments

Comments
 (0)