CDS-93: Add types to share record

This commit is contained in:
Rustem Shaydullin 2019-07-16 13:53:31 +03:00
parent 5ca10a8751
commit 73339759a8

View File

@ -13,7 +13,7 @@
%% limitations under the License.
-record(share, {
threshold,
x,
y
threshold :: pos_integer(),
x :: pos_integer(),
y :: binary()
}).