Page MenuHomePhabricator

[electrum] minor cleanup in Transaction.verify_signature
ClosedPublic

Authored by PiRK on Thu, Jun 6, 09:10.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC7abe30a0a8b1: [electrum] minor cleanup in Transaction.verify_signature
Summary

Remove an unnecessary level of indentation.
Merge two except blocks that do the same thing, which allows removing ecdsa includes in this module (we don't need to know about such implementation details in this scope).

Depends on D16301

Test Plan

python test_runner.py

Diff Detail

Repository
rABC Bitcoin ABC
Branch
ecc_refactor
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 29361
Build 58258: Build Diffelectrum-tests
Build 58257: arc lint + arc unit