mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
determine tx type using normalized txparams (#17055)
Co-authored-by: ryanml <ryanlanese@gmail.com>
This commit is contained in:
parent
a1c5224997
commit
b1254843ac
@ -844,7 +844,10 @@ export default class TransactionController extends EventEmitter {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const { type } = await determineTransactionType(txParams, this.query);
|
const { type } = await determineTransactionType(
|
||||||
|
normalizedTxParams,
|
||||||
|
this.query,
|
||||||
|
);
|
||||||
txMeta.type = transactionType || type;
|
txMeta.type = transactionType || type;
|
||||||
|
|
||||||
// ensure value
|
// ensure value
|
||||||
|
Loading…
Reference in New Issue
Block a user