Skip to content

possible error when transfer amount is very large #352

@wangshijun

Description

@wangshijun

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,
  });

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions