forked from LBRYCommunity/lbry-sdk
block_show command example
This commit is contained in:
parent
58987857cf
commit
4157045a41
1 changed files with 4 additions and 0 deletions
|
@ -82,6 +82,10 @@ class Examples(CommandTestCase):
|
|||
'Get settings',
|
||||
'settings', 'get'
|
||||
)
|
||||
await r(
|
||||
'Show contents of the first block.',
|
||||
'block_show', '--height=1'
|
||||
)
|
||||
|
||||
# accounts
|
||||
|
||||
|
|
Loading…
Reference in a new issue