mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-30 15:37:39 +00:00
70ff3c1825
This is due to a bug that has been introduced in d10c0b7951
where we end up
sending values as numbers to web3's `toWei()` utility. The `value` is always sent as number
and in fact always defined, so we just need to check for it's type and convert it to a string
according to `toWei()`'s API.