|
|
@ -34,7 +34,7 @@ class TxRunner { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
_executeTx (tx, gasPrice, api, promptCb, callback) { |
|
|
|
_executeTx (tx, gasPrice, api, promptCb, callback) { |
|
|
|
if (gasPrice) tx.gasPrice = this.executionContext.web3().toHex(gasPrice) |
|
|
|
if (gasPrice) tx.gasPrice = this.executionContext.web3().utils.toHex(gasPrice) |
|
|
|
if (api.personalMode()) { |
|
|
|
if (api.personalMode()) { |
|
|
|
promptCb( |
|
|
|
promptCb( |
|
|
|
(value) => { |
|
|
|
(value) => { |
|
|
|