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

Fix unit test and adding missing features to readme

parent cb05ee5e
No related branches found
No related tags found
No related merge requests found
...@@ -151,6 +151,8 @@ Changelog ...@@ -151,6 +151,8 @@ Changelog
* time_diff_est and block_diff_est added to witness for next block producing estimation * 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 * btc_usd_ticker, steem_btc_ticker, steem_usd_implied and _weighted_average added to Market
* beempy witnesses uses the proxy name when set * beempy witnesses uses the proxy name when set
* beempy keygen added, for creating a witness signing key
* beempy parsewif improved
0.19.35 0.19.35
------- -------
......
...@@ -212,7 +212,4 @@ class Testcases(unittest.TestCase): ...@@ -212,7 +212,4 @@ class Testcases(unittest.TestCase):
exceptions.NoApiWithName exceptions.NoApiWithName
): ):
rpc.get_block({"block_num": 1}, api="wrong_api") rpc.get_block({"block_num": 1}, api="wrong_api")
with self.assertRaises(
exceptions.UnhandledRPCError
):
rpc.get_block("abcde", api="block")
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