Skip to content

Fixed a bug in bloom filter deserialization#98

Merged
petertodd merged 1 commit intopetertodd:masterfrom
alecalve:fix-bloom-deserialization
Nov 24, 2015
Merged

Fixed a bug in bloom filter deserialization#98
petertodd merged 1 commit intopetertodd:masterfrom
alecalve:fix-bloom-deserialization

Conversation

@alecalve
Copy link
Copy Markdown
Contributor

Previous code was invalid and not tested (_ser_read is not declared in the scope and the name isn't even right), plus self was used in a classmethod before the 'self' variable declaration. Also removed another unused import.

It's now fixed and tested.

  py27: commands succeeded
  py33: commands succeeded
  py34: commands succeeded
  py35: commands succeeded
  pypy: commands succeeded
SKIPPED:  pypy3: InterpreterNotFound: pypy3
  stats: commands succeeded
  congratulations :)

@petertodd petertodd merged commit 41a88ee into petertodd:master Nov 24, 2015
petertodd added a commit that referenced this pull request Nov 24, 2015
41a88ee fixed bug in bloom filter deserialization (Antoine Le Calvez)
@alecalve alecalve deleted the fix-bloom-deserialization branch November 24, 2015 16:09
ghtdak pushed a commit to ghtdak/python-bitcoinlib that referenced this pull request Dec 1, 2015
41a88ee fixed bug in bloom filter deserialization (Antoine Le Calvez)

 [ yapified by gitreformat (github/ghtdak) on Mon Nov 30 21:12:50 2015 ]
rawBit-io pushed a commit to rawBit-io/python-bitcointx that referenced this pull request Nov 6, 2025
b277026 fixed bug in bloom filter deserialization (Antoine Le Calvez)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants