harmony-one/sdk

Delegate and undelegate wrong amount type

mpetrun5 opened this issue · 0 comments

Amount of tokens to delegate and undelegate is typed as number, but expects amount in wei and is too big for number type.
If type ignored and amount is sent as hex string with wei amount it works.