1

我正在使用 Quorum (geth) 私有区块链,我偶尔会收到以下错误:

错误:数字最多只能安全存储 53 位

使用以下代码(使用 web3):

let contractInstance = await contract
      .deploy({
        data: data
      })
      .send({
        from: address,
        gas: 6721975,
        gasPrice: 0
      });
4

0 回答 0