Page MenuHomePhabricator

[lint] Fix variables shadowing python builtins in rpc_generateblock.py
ClosedPublic

Authored by sdulfari on Apr 19 2023, 18:00.

Details

Summary

Shadowing builtins can lead to unexpected behavior. Continuing work from D13740

Test Plan
./test/functional/test_runner.py rpc_generateblock
flake8 rpc_generateblock.py | grep A001  # empty

Diff Detail

Repository
rABC Bitcoin ABC
Branch
a001-rpc-generateblock
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 23371
Build 46361: Build Diffbuild-without-wallet · build-clang-tidy · build-debug · build-diff · build-clang
Build 46360: arc lint + arc unit