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
Lint
Lint Not Applicable
Unit
Tests Not Applicable