web3swift
web3swift copied to clipboard
sendETH function error!!!
File: Web+Eth.swift Line: 279,300
guard let value = Web3.Utils.parseToBigUInt(amount, units: .eth) else {return nil}
should be:
guard let value = Web3.Utils.parseToBigUInt(amount, units: units) else {return nil}
The amount
unit must be wei