标签: ethereum web3 geth quorum
我正在使用Quorum(geth)私有区块链,偶尔会出现以下错误:
错误:数字只能安全地存储多达53位
使用以下代码(使用web3):
let contractInstance = await contract .deploy({ data: data }) .send({ from: address, gas: 6721975, gasPrice: 0 });