There can be up to 256 shares.

This commit is contained in:
Itamar Turner-Trauring 2022-07-15 11:35:28 -04:00
parent 87932e3444
commit a24aefaebf

View File

@ -253,7 +253,7 @@ _SCHEMAS = {
"allocate_buckets": Schema(
"""
request = {
share-numbers: #6.258([*30 uint])
share-numbers: #6.258([*256 uint])
allocated-size: uint
}
"""