diff options
author | Alex Willmer <alex@moreati.org.uk> | 2020-06-15 21:36:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 21:36:54 +0100 |
commit | 47b49a05eafddcaef373f70436d794e9f9f7495c (patch) | |
tree | 47d7056bc239c39ae356724677cfe39cc15e0077 /libbitcoinconsensus.pc.in | |
parent | 1c86ed41483471929840eec09b93d7de3a4aeacf (diff) |
contrib: Fix SyntaxWarning in Python base58 implementation
In Python integers should be compared for equality (`i == j`), not identity (`i is j`). Recent versions of CPython 3.x emit a SyntaxWarning when they encounter this incorrect usage, e.g.
```
$ python3 base58.py
base58.py:110: SyntaxWarning: "is" with a literal. Did you mean "=="?
assert get_bcaddress_version('15VjRaDX9zpbA8LVnbrCAFzrVzN7ixHNsC') is 0
Tests passed
```
Diffstat (limited to 'libbitcoinconsensus.pc.in')
0 files changed, 0 insertions, 0 deletions