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
new_bitcoin_app
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 29246
Build 58028: Build Diffelectrum-tests
Build 58027: arc lint + arc unit