Fixed transaction serialization with explicit null type (#1628).
This commit is contained in:
parent
e615e51fbf
commit
8277f5a62a
@ -87,7 +87,7 @@ const transactionFields = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
const allowedTransactionKeys: { [ key: string ]: boolean } = {
|
const allowedTransactionKeys: { [ key: string ]: boolean } = {
|
||||||
chainId: true, data: true, gasLimit: true, gasPrice:true, nonce: true, to: true, value: true
|
chainId: true, data: true, gasLimit: true, gasPrice:true, nonce: true, to: true, type: true, value: true
|
||||||
}
|
}
|
||||||
|
|
||||||
export function computeAddress(key: BytesLike | string): string {
|
export function computeAddress(key: BytesLike | string): string {
|
||||||
|
Loading…
Reference in New Issue
Block a user