Skip to content

Commit

Permalink
addressing comment #399 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewcasale committed Mar 28, 2024
1 parent dea43d9 commit e168f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane_bot/tests/deterministic/dtest_tx_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def tx_scanner(self, args: argparse.Namespace) -> List:
@staticmethod
def clean_tx_data(tx_data: Dict) -> Dict:
"""
This method takes a transaction data dictionary and removes the cid0 key from the trades.
This method takes a transaction data dictionary and removes the cid0 key from the trades. Note that the same dict object is modified in place.
Args:
tx_data (dict): The transaction data.
Expand Down

0 comments on commit e168f61

Please sign in to comment.