|
|
@ -99,7 +99,7 @@ module.exports = class txProviderUtils { |
|
|
|
txParams.from = normalize(txParams.from) |
|
|
|
txParams.from = normalize(txParams.from) |
|
|
|
txParams.value = normalize(txParams.value) |
|
|
|
txParams.value = normalize(txParams.value) |
|
|
|
txParams.data = normalize(txParams.data) |
|
|
|
txParams.data = normalize(txParams.data) |
|
|
|
txParams.gasLimit = normalize(txParams.gasLimit || txParams.gas) |
|
|
|
txParams.gas = normalize(txParams.gas || txParams.gasLimit) |
|
|
|
txParams.nonce = normalize(txParams.nonce) |
|
|
|
txParams.nonce = normalize(txParams.nonce) |
|
|
|
// build ethTx
|
|
|
|
// build ethTx
|
|
|
|
log.info(`Prepared tx for signing: ${JSON.stringify(txParams)}`) |
|
|
|
log.info(`Prepared tx for signing: ${JSON.stringify(txParams)}`) |
|
|
|