mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +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
|
||||
}
|
||||
|
||||
publishTransaction (rawTx) {
|
||||
return this.query.sendRawTransaction(rawTx)
|
||||
async publishTransaction (rawTx) {
|
||||
return await this.query.sendRawTransaction(rawTx)
|
||||
}
|
||||
|
||||
async validateTxParams (txParams) {
|
||||
|
Loading…
Reference in New Issue
Block a user