docs: fixed typo (#3575)
This commit is contained in:
parent
f97b92bbb1
commit
bd15886deb
@ -14,7 +14,7 @@ function getRawTransaction(tx) {
|
||||
const txFields = "accessList chainId data gasPrice gasLimit maxFeePerGas maxPriorityFeePerGas nonce to type value".split(" ");
|
||||
const sigFields = "v r s".split(" ");
|
||||
|
||||
// Seriailze the signed transaction
|
||||
// Serialze the signed transaction
|
||||
const raw = utils.serializeTransaction(txFields.reduce(addKey, { }), sigFields.reduce(addKey, { }));
|
||||
|
||||
// Double check things went well
|
||||
|
Loading…
Reference in New Issue
Block a user