Skip to content

PSBT file handler #52

Open
Open
@fanquake

Description

@fanquake

bitcoin/bitcoin#17509 introduces a Load PSBT menu option. It would be even easier if a user can double-click on a PSBT file, open it from an email, etc. For this we would need to register a file handler.

This can be done by defining a QAbstractFileEngineHandler for .psbt files, which should then call the same code as "File" -> "Load PSBT".

One potential downside of a file handler, is that it encourages users to double-click on potentially untrusted files, which might be nasty executables.

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureUXAll about "how to get things done"

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions