mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
use async with #publishTransaction
This commit is contained in:
parent
0808eb2256
commit
340dbe75fc
@ -82,8 +82,8 @@ module.exports = class txProvideUtils {
|
|||||||
return ethTx
|
return ethTx
|
||||||
}
|
}
|
||||||
|
|
||||||
publishTransaction (rawTx) {
|
async publishTransaction (rawTx) {
|
||||||
return this.query.sendRawTransaction(rawTx)
|
return await this.query.sendRawTransaction(rawTx)
|
||||||
}
|
}
|
||||||
|
|
||||||
async validateTxParams (txParams) {
|
async validateTxParams (txParams) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user