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