darkwallet / python-obelisk

Pure Python Obelisk + Bitcoin client side library
GNU Affero General Public License v3.0
62 stars 50 forks source link

Sequence with wrong messages 1 #8

Closed Jud closed 10 years ago

Jud commented 10 years ago

Testing out the pubsub example, and I get lots of Sequence with wrong messages 1 errors.

Looks like the transaction_received method is being called, but only the raw tx is in _messages, the hash isn't present.

genjix commented 10 years ago

ah yes, this was changed recently. good catch.

genjix commented 10 years ago

fixed. let me know if there's problem for the blocks too (didn't test / fix)