Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

possible error when transfer amount is very large #352

Open
wangshijun opened this issue Aug 14, 2019 · 0 comments
Open

possible error when transfer amount is very large #352

wangshijun opened this issue Aug 14, 2019 · 0 comments

Comments

@wangshijun
Copy link
Contributor

Screen Shot 2019-08-14 at 18 16 40

Actual amount:

  const hash2 = await ForgeSDK.sendTransferTx({
    tx: {
      itx: {
        // to: receiver.toAddress(),
        to: process.argv[2],
        value: ForgeSDK.Util.fromTokenToUnit(12345678.9999999999999, 18),
      },
    },
    wallet: moderator,
  });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant