nebulasio / wiki

This repository is out of date, please check the new wiki:
http://wiki.nebulas.io/en/latest/
GNU General Public License v3.0
421 stars 154 forks source link

fix type error of issue #139 #140

Closed bugparty closed 6 years ago

bugparty commented 6 years ago

fix type error of issue #139 @this.value intent to be an BigNumber, but defined as map here so I changed the type of this.value using defineProperty insted of defineMapProperty

yupnano commented 6 years ago

Thanks for this fix.