Skip to content

Do not sign the transfer transaction on mobile #26

@mpoplavkov

Description

@mpoplavkov

The current implementation of the build transfer transaction method signs the transaction:

wallet.add_witnessses(&mut tx_builder);

Without that, the call of tx_builder.build would fail, because it requires signatures to be present.

This makes it insecure to send such signed transaction requests over network without the desire to execute them (eg for simulation)

See the issue on forum

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