Fix uint16 -> u16 in Digit Decomp Descriptor (#127)

This commit is contained in:
Ben Carman
2020-12-23 03:08:09 -06:00
committed by GitHub
parent 743725390e
commit 5f8decf05b

View File

@@ -153,7 +153,7 @@ Note that `outcome_i` is the outcome value itself and not its hash that will be
* [`bool`:`is_signed`]
* [`string`:`unit`]
* [`int32`:`precision`]
* [`uint16`:`nb_digits`]
* [`u16`:`nb_digits`]
### Oracle events