Skip to content

Commit

Permalink
Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Liquid369 committed Oct 25, 2024
1 parent f81ad99 commit e7c03a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pivx_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def IsCoinBase(vin: Dict[str, Any]) -> bool:


def ParseTxInput(p: HexParser) -> Dict[str, Any]:
vin = VinType {
vin: VinType = {
"txid": p.readString(32, "little"),
"vout": p.readInt(4, "little"),
"scriptSig": {
Expand Down

0 comments on commit e7c03a1

Please sign in to comment.