Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
remove 0x prefix to txhash
Browse files Browse the repository at this point in the history
Signed-off-by: Pranay Valson <[email protected]>
  • Loading branch information
noslav committed Jun 1, 2023
1 parent de4da06 commit df4600a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def succeeded(self):

def __str__(self):
return (
f"txHash=0x{self.txHash}"
f"txHash={self.txHash}"
f" includedAs={self.blockNumber}/{self.txIndex}"
f" spentGas={self.gasUsed}"
)
Expand Down

0 comments on commit df4600a

Please sign in to comment.