Skip to content

Commit

Permalink
Merge #643: installer: remove legacy warning on incompatible descriptor.
Browse files Browse the repository at this point in the history
f9b2ff1 installer: remove legacy warning on incompatible descriptor. (Antoine Poinsot)

Pull request description:

  Fixes #613.

ACKs for top commit:
  darosior:
    self-ACK f9b2ff1 -- trivial.

Tree-SHA512: a2239c82704ebb7065e60b80881560123a28915780260269212563799a73f76b1cbac3f88a89832a6557d047e30850a679fa4ef3aa560010f1a5d375745cbbb9
  • Loading branch information
darosior committed Aug 29, 2023
2 parents c35495a + f9b2ff1 commit d5c98aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/installer/view.rs
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ pub fn import_descriptor<'a>(
form::Form::new("Descriptor", imported_descriptor, |msg| {
Message::DefineDescriptor(message::DefineDescriptor::ImportDescriptor(msg))
})
.warning("Incompatible descriptor. Note that starting from v0.2 Liana requires extended keys in a descriptor to have an origin.")
.warning("Incompatible descriptor.")
.size(20)
.padding(10),
)
Expand Down

0 comments on commit d5c98aa

Please sign in to comment.