Skip to content

Commit

Permalink
do not set transaction index in checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelsoup42 committed Oct 5, 2023
1 parent 31a86cd commit 6f54123
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,7 @@ def _transaction_data(
transaction.reward_amount = None

result_list.append(transaction)
return pd.Series(
name="Transactions", data={t.hash: t for t in result_list}
).sort_index()
return pd.Series(name="Transactions", data=result_list)


class AccountPandasDumper:
Expand Down

0 comments on commit 6f54123

Please sign in to comment.