Skip to content

tx.gas setter #2681

@antazoey

Description

@antazoey

Describe

It'd be convenient if i could do

tx.gas = 123

but i get

AttributeError: property 'gas' of 'DynamicFeeTransaction' object has no setter

had to use tx.gas_limit = 123 so no problem, but it just a convenience thing

Specification

No response

Dependencies

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions