Skip to content
Snippets Groups Projects
Commit f3896d1c authored by Holger's avatar Holger
Browse files

Update changelog

parent 706eb84b
No related branches found
No related tags found
2 merge requests!5Taken current version of master branch in the https://github.com/holgern/beem,!4Original changes pushed to master at https://github.com/holgern/beem
......@@ -3,7 +3,8 @@ Changelog
0.24.22
-------
* Fix to parameter in transfer_to_vesting
* Allow hybrid operation in operations (pre / post HF 24 operation are supported)
* Improve hybrid operation in operations (pre / post HF 24 operation are supported)
* UpdateProposalExtensions has been added to Update_proposal as preperation for the next HF (thanks to @drov0)
0.24.21
-------
......
......@@ -28,7 +28,7 @@ class Testcases(unittest.TestCase):
)
acc = Account("fullnodeupdate", blockchain_instance=cls.bts)
comment = Comment(acc.get_blog_entries(limit=5)[0], blockchain_instance=cls.bts)
comment = Comment(acc.get_blog_entries(limit=5)[1], blockchain_instance=cls.bts)
cls.authorperm = comment.authorperm
[author, permlink] = resolve_authorperm(cls.authorperm)
cls.author = author
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment