mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
get payload size choices from SIZE_OF_FILLER.keys()
This commit is contained in:
parent
dd93e03750
commit
972f810ac7
@ -119,7 +119,7 @@ def main():
|
||||
type=int, default=0,
|
||||
help='Number of transactions to add to the backlog')
|
||||
backlog_parser.add_argument('-s', '--payload-size',
|
||||
choices=['minimal', 'small', 'medium', 'large'],
|
||||
choices=SIZE_OF_FILLER.keys(),
|
||||
default='minimal',
|
||||
help='Payload size')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user