WA-521 Not converting to Wei twice
This commit is contained in:
parent
82f4a24749
commit
230c792e92
|
@ -62,9 +62,8 @@ export const processTransaction = async (
|
|||
sender: string,
|
||||
threshold: number,
|
||||
) => {
|
||||
const web3 = getWeb3()
|
||||
const nonce = tx.get('nonce')
|
||||
const valueInWei = web3.toWei(tx.get('value'), 'ether')
|
||||
const valueInWei = tx.get('value')
|
||||
const to = tx.get('destination')
|
||||
const data = tx.get('data')
|
||||
const CALL = 0
|
||||
|
|
Loading…
Reference in New Issue