dropped block_show command from API, users should run a full node if they need access to blocks

This commit is contained in:
Lex Berezhny 2019-04-27 17:15:37 -04:00
parent 72f0e1ca14
commit 6a2efa54ab
5 changed files with 2 additions and 34 deletions

View file

@ -82,10 +82,6 @@ class Examples(CommandTestCase):
'Get settings',
'settings', 'get'
)
await r(
'Show contents of the first block.',
'block_show', '--height=1'
)
# accounts