Skip to content

Commit

Permalink
typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
4tochka committed Jul 10, 2021
1 parent 77be7d4 commit e68b85e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pybtc/connector/block_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ async def load_blocks(self, height, limit):
block["txMap"].add((address, tx_pointer))

out["_address"] = address
self.coins[o] = (pointer, out["value"], w)
self.coins[o] = (pointer, out["value"], address)

if self.option_analytica:
tx = block["rawTx"][z]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def run(self):
return _build_ext.run(self)

setup(name='pybtc',
version='2.3.10',
version='2.3.11',
description='Python Bitcoin library',
keywords='bitcoin',
url='https://github.com/bitaps-com/pybtc',
Expand Down

0 comments on commit e68b85e

Please sign in to comment.