Skip to content

Commit

Permalink
Fix unit test and adding missing features to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
holgern committed Jun 6, 2018
1 parent cb05ee5 commit c53e5e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ Changelog
* time_diff_est and block_diff_est added to witness for next block producing estimation
* btc_usd_ticker, steem_btc_ticker, steem_usd_implied and _weighted_average added to Market
* beempy witnesses uses the proxy name when set
* beempy keygen added, for creating a witness signing key
* beempy parsewif improved

0.19.35
-------
Expand Down
5 changes: 1 addition & 4 deletions tests/beemapi/test_steemnoderpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,4 @@ def test_error_handling_appbase(self):
exceptions.NoApiWithName
):
rpc.get_block({"block_num": 1}, api="wrong_api")
with self.assertRaises(
exceptions.UnhandledRPCError
):
rpc.get_block("abcde", api="block")

0 comments on commit c53e5e7

Please sign in to comment.