Skip to content

Commit

Permalink
chore: rename mempool_copy1 to mempool
Browse files Browse the repository at this point in the history
  • Loading branch information
15IITian committed Apr 27, 2024
1 parent b1e9023 commit 021a81f
Show file tree
Hide file tree
Showing 8,137 changed files with 2 additions and 11 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 0 additions & 3 deletions Block.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ def get_mined_tx_data(cls, tx_files):
# sort the tx_included list
tx_included = sorted(tx_included, key=lambda x: x['fee_rate'],reverse=True)

print("tx_count: {}".format(tx_count))
print("fee_collected: {}".format(fee_collected))
print("weight_stored: {}".format(weight_stored))


return (tx_count,tx_included,fee_collected,weight_stored)
Expand Down
2 changes: 1 addition & 1 deletion Helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def list_all_tx():
all_files= []

# Specify the folder containing the JSON files
folder_path = "./mempool_copy1"
folder_path = "./mempool"

# List all files in the folder
files = os.listdir(folder_path)
Expand Down
Binary file modified __pycache__/Block.cpython-311.pyc
Binary file not shown.
Binary file modified __pycache__/Helper.cpython-311.pyc
Binary file not shown.
Binary file modified __pycache__/Script.cpython-311.pyc
Binary file not shown.
Loading

0 comments on commit 021a81f

Please sign in to comment.