This fixes two issues:
- hash as used in COutPoint init() shadows a python builtin.
- hash is actually txid in the rest of the code base.
Differential D13670
Rename hash to txid for COutPoint in the test framework sdulfari on Apr 11 2023, 16:01. Authored by
Details
This fixes two issues:
ninja check-functional
Diff Detail
Event TimelineComment Actions Apparently the lint errors come from my local machine since I have flake8-builtins installed. Please ignore for now. I will get to those soon. |