dropped block_show command from API, users should run a full node if they need access to blocks
This commit is contained in:
parent
72f0e1ca14
commit
6a2efa54ab
5 changed files with 2 additions and 34 deletions
scripts
|
@ -82,10 +82,6 @@ class Examples(CommandTestCase):
|
|||
'Get settings',
|
||||
'settings', 'get'
|
||||
)
|
||||
await r(
|
||||
'Show contents of the first block.',
|
||||
'block_show', '--height=1'
|
||||
)
|
||||
|
||||
# accounts
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue