block_show command example

This commit is contained in:
Lex Berezhny 2019-04-23 23:49:23 -04:00
parent 58987857cf
commit 4157045a41

View file

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