Skip to content

Type Error #10

Description

@graf-it

In the py_builder_relayer_client/builder/safe.py file, transaction is a dictionary. There is a syntax error in getting the value of
transaction.to
transaction.value
transaction.data
transaction.operation.

It should be:
transaction['to']
transaction['value']
transaction['data']
transaction.get('operation', 0)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions