Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5 from lzpap/release/1.0.1
Browse files Browse the repository at this point in the history
PyOTA-PoW v1.0.1
  • Loading branch information
lzpap authored Oct 14, 2019
2 parents 7927303 + b5488ab commit 64ca7a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pow/ccurl_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def attach_to_tangle(bundle_trytes, # Iterable[TryteString]
# Create powed txn object
powed_txn = iota.Transaction.from_tryte_string(
trytes=powed_txn_trytes,
hash=hash_
hash_=hash_
)

previoustx = powed_txn.hash
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name = 'PyOTA-PoW',
description = 'Ccurl PoW Interface for PyOTA',
url = 'https://github.com/lzpap/ccurl.interface.py',
version = '1.0.0',
version = '1.0.1',

long_description = long_description,
packages=['pow'],
Expand Down

0 comments on commit 64ca7a0

Please sign in to comment.