File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ export default class AccessListEIP2930Transaction extends BaseTransaction<Access
87
87
* Note: This means that the Buffer should start with 0x01.
88
88
*
89
89
* @deprecated this constructor alias is deprecated and will be removed
90
- * in favor of the `fromSerializedTx() constructor
90
+ * in favor of the `fromSerializedTx()` constructor
91
91
*/
92
92
public static fromRlpSerializedTx ( serialized : Buffer , opts : TxOptions = { } ) {
93
93
return AccessListEIP2930Transaction . fromSerializedTx ( serialized , opts )
@@ -143,7 +143,7 @@ export default class AccessListEIP2930Transaction extends BaseTransaction<Access
143
143
throw new Error ( 'EIP-2930 not enabled on Common' )
144
144
}
145
145
146
- // check the type of AccessList. If it's a JSON-type, we have to convert it to a buffer .
146
+ // check the type of AccessList. If it's a JSON-type, we have to convert it to a Buffer .
147
147
let usedAccessList
148
148
if ( accessList && isAccessList ( accessList ) ) {
149
149
this . AccessListJSON = accessList
You can’t perform that action at this time.
0 commit comments