Skip to content

Commit e7c03a1

Browse files
committed
Syntax
1 parent f81ad99 commit e7c03a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pivx_parser.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def IsCoinBase(vin: Dict[str, Any]) -> bool:
5656

5757

5858
def ParseTxInput(p: HexParser) -> Dict[str, Any]:
59-
vin = VinType {
59+
vin: VinType = {
6060
"txid": p.readString(32, "little"),
6161
"vout": p.readInt(4, "little"),
6262
"scriptSig": {

0 commit comments

Comments
 (0)