We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f81ad99 commit e7c03a1Copy full SHA for e7c03a1
src/pivx_parser.py
@@ -56,7 +56,7 @@ def IsCoinBase(vin: Dict[str, Any]) -> bool:
56
57
58
def ParseTxInput(p: HexParser) -> Dict[str, Any]:
59
- vin = VinType {
+ vin: VinType = {
60
"txid": p.readString(32, "little"),
61
"vout": p.readInt(4, "little"),
62
"scriptSig": {
0 commit comments