Skip to content

Commit

Permalink
change int to float
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Oct 23, 2023
1 parent cd62720 commit beee541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/web3api.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def get_tx_hashes_by_block(

def get_incoming_eth_transfers_to_contract_within_block_range(
self, start_block: int, end_block: int, target: str
) -> Optional[int]:
) -> Optional[float]:
"""
Function that computes total eth transfers to a target address
within a certain block range
Expand Down

0 comments on commit beee541

Please sign in to comment.